Build: #3 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Pipeline.recipes.tests.test hifv: Test case result

The below summarizes the result of the test "Pipeline.recipes.tests.test hifv" in build 3 of PIPESPECS - Pipeline Pull Request Test - pipeline-error-communications - Pipeline PR Test 6.7.4.
Description
Pipeline.recipes.tests.test hifv
Test class
unnamed test suite
Method
pipeline.recipes.tests.test_hifv
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

collection failure
recipes/tests/test_hifv.py:5: in <module>
    import pipeline
__init__.py:335: in <module>
    inherit_docstring_and_type_hints()
__init__.py:321: in inherit_docstring_and_type_hints
    import pipeline.cli as cli
cli.py:5: in <module>
    from .h.cli import *
h/cli/__init__.py:3: in <module>
    from .h_init import h_init
h/cli/h_init.py:4: in <module>
    from . import cli, utils
h/cli/utils.py:25: in <module>
    propagate_stop_requested = contextvars.ContextVar('propagate_stop_requested', default=False)
                               ^^^^^^^^^^^
E   NameError: name 'contextvars' is not defined. Did you forget to import 'contextvars'