Build: #3 failed
Job: Pipeline PR Test 6.7.4 failed
Pipeline.infrastructure.contfilehandler test: Test case result
The below summarizes the result of the test "Pipeline.infrastructure.contfilehandler test" in build 3 of PIPESPECS - Pipeline Pull Request Test - pipeline-error-communications - Pipeline PR Test 6.7.4.
- Description
- Pipeline.infrastructure.contfilehandler test
- Test class
- unnamed test suite
- Method
- pipeline.infrastructure.contfilehandler_test
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
collection failure
infrastructure/contfilehandler_test.py:4: in <module>
from .. import domain
__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'