Closed colesbury closed 2 weeks ago
I confirm the validity of this issue, this is due to the wrapped functions not carrying over the global variables of the original test function, a PR with the changes is underway.
@lysnikolaou I would suggest freezing the release until this change comes in
Note this occurs when
@pytest.mark.skipif("expr")
is called with a string to be evaluated.m1.py
test_m1.py
Works okay when run without
--parallel-threads
:But doesn't work when run with
--parallel-threads
: