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
-W'ignore:assertions not in test modules or plugins will be ignored because assert statements are not executed by the underlying Python interpreter:pytest.PytestConfigWarning' \
74
+
-W'ignore:Module already imported so cannot be rewritten:pytest.PytestAssertRewriteWarning' \
75
+
tests/cover/test_testdecorators.py
73
76
74
77
if [ "$(python -c 'import platform; print(platform.python_implementation())')"!="PyPy" ];then
0 commit comments