summaryrefslogtreecommitdiff
path: root/testing/acceptance_test.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-03-03 22:58:14 +0100
committerGitHub <noreply@github.com>2020-03-03 18:58:14 -0300
commit9fd71d6fe0a82d0cee90bbc9057f7ed31395c19a (patch)
treea7becd563cb9e477c6eb98f88e9a4f26758d88cf /testing/acceptance_test.py
parentb11bfa106cb413773292a52e903e3b3ab4f62b95 (diff)
downloadpytest-9fd71d6fe0a82d0cee90bbc9057f7ed31395c19a.tar.gz
fix #571: deprecate pytest_collect_directory as ... (#6847)
Deprecate pytest_collect_directory Fix #571 Co-authored-by: Daniel Hahler <github@thequod.de>
Diffstat (limited to 'testing/acceptance_test.py')
-rw-r--r--testing/acceptance_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
index cafc87f2e..861938617 100644
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -221,6 +221,7 @@ class TestGeneralUsage:
"E {}: No module named 'qwerty'".format(exc_name),
]
+ @pytest.mark.filterwarnings("always::pytest.PytestDeprecationWarning")
def test_early_skip(self, testdir):
testdir.mkdir("xyz")
testdir.makeconftest(