Skip to content

Commit

Permalink
Merge pull request #7118 from bluetech/ignore-collect-directory-warning
Browse files Browse the repository at this point in the history
testing: avoid pytest_collect_directory message in warning summary
  • Loading branch information
bluetech committed Apr 24, 2020
2 parents 7d5f5a8 + e269407 commit cbca9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/acceptance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def foo():
"E {}: No module named 'qwerty'".format(exc_name),
]

@pytest.mark.filterwarnings("always::pytest.PytestDeprecationWarning")
@pytest.mark.filterwarnings("ignore::pytest.PytestDeprecationWarning")
def test_early_skip(self, testdir):
testdir.mkdir("xyz")
testdir.makeconftest(
Expand Down

0 comments on commit cbca9f1

Please sign in to comment.