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
Otherwise, running the test suite without installing
pytest-rerunfailures now results in
_____________________________ ERROR collecting lib/matplotlib/tests/test_backend_ps.py _____________________________
lib/matplotlib/tests/test_backend_ps.py:29: in <module>
@pytest.mark.flaky(reruns=3)
../../../.local/lib/python3.7/site-packages/_pytest/mark/structures.py:324: in __getattr__
PytestUnknownMarkWarning,
E _pytest.warning_types.PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
collected 0 items / 1 errors
(The alternative is to add a hard requirement on pytest-rerunfailures to
run the test suite, but that seems overkill.)
0 commit comments