Open AlmogCohen opened 5 years ago
For now I just freeze my projects to use pytest<4.1.0
and it all works fine
FWIW, it's likely related to this pytest removal: https://github.com/pytest-dev/pytest/issues/3080
For now we are going to change the requirement to use pytest >=3.0.0, <4.1.0
. This will be available in the next update in April.
Description
pytest_resilient_circuits
does not support pytest version greater or equal to4.1.0
. It was tested to work perfectly withpytest==4.0.0
.Describe How to Reproduce
Require
pytest>=4.1.0
in your virtual environment, try to use pytest_resilient_circuits with any project. Pytest would fail with something like that:When using
pytest==4.0.0
the output is fine: