Following tests are failing starting with pytest 3.9 (cf #3978):
ERROR tests/test_pytest_random.py::test_no_repeat_on_skipif_mark ERROR tests/test_pytest_random.py::test_no_repeat_on_skip_call ERROR tests/test_pytest_random.py::test_no_repeat_on_xfail_mark ERROR tests/test_pytest_random.py::test_no_repeat_on_xfail_call ERROR tests/test_pytest_random.py::test_relax_on_failing_test
The error is:
usage of Session.Module is deprecated, please use pytest.Module instead
- is related to
-
NXPY-80 Stick with pytest < 4 to prevent internal error due to the use of deprecated pytest_namespace
- Resolved