You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ./virt_env/bin/py.test . -s shows that the hook is not triggered. However it is triggered (the message "LogFinish" is shown) if the flaky mark is removed.
Environment
pytest (4.3.0)
pytest-rerunfailures (6.0)
The text was updated successfully, but these errors were encountered:
Reproduction path:
conftest.py
test_file
Run
./virt_env/bin/py.test . -s
shows that the hook is not triggered. However it is triggered (the message "LogFinish" is shown) if the flaky mark is removed.Environment
pytest (4.3.0)
pytest-rerunfailures (6.0)
The text was updated successfully, but these errors were encountered: