diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 0ac3be122..fd330f670 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -223,7 +223,7 @@ class TestGeneralUsage: "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(