Skip to content

Commit cbca9f1

Browse files
authored
Merge pull request #7118 from bluetech/ignore-collect-directory-warning
testing: avoid pytest_collect_directory message in warning summary
2 parents 7d5f5a8 + e269407 commit cbca9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def foo():
223223
"E {}: No module named 'qwerty'".format(exc_name),
224224
]
225225

226-
@pytest.mark.filterwarnings("always::pytest.PytestDeprecationWarning")
226+
@pytest.mark.filterwarnings("ignore::pytest.PytestDeprecationWarning")
227227
def test_early_skip(self, testdir):
228228
testdir.mkdir("xyz")
229229
testdir.makeconftest(

0 commit comments

Comments
 (0)