We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bb3c6 commit 336d790Copy full SHA for 336d790
1 file changed
testing/test_skipping.py
@@ -967,5 +967,5 @@ def test_func():
967
""")
968
result = testdir.runpytest()
969
result.stdout.fnmatch_lines(
970
- "*Using @pytest.skip outside of a test * is not allowed*"
+ "*Using pytest.skip outside of a test is not allowed*"
971
)
0 commit comments