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
Originally reported by: Daniel Hahler (BitBucket: blueyed, GitHub: blueyed)
When using the pytest.mark.skipif marker, the test summary does not report the location of the marker / test, but where pytest.skip() is being called internally:
======================================================================== short test summary info ========================================================================
SKIP [2] /path/to/pytest/_pytest/skipping.py:140: Django < 1.7 doesn't have migrations
Originally reported by: Daniel Hahler (BitBucket: blueyed, GitHub: blueyed)
When using the pytest.mark.skipif marker, the test summary does not report the location of the marker / test, but where
pytest.skip()
is being called internally:This is the code that calls it:
The text was updated successfully, but these errors were encountered: