PytestDeprecationWarning no longer a hard error

This commit is contained in:
Bruno Oliveira
2020-08-17 18:21:21 -03:00
parent 7605150eaa
commit 372a094005
2 changed files with 3 additions and 2 deletions

View File

@@ -104,8 +104,6 @@ def catch_warnings_for_item(
warnings.filterwarnings("always", category=DeprecationWarning)
warnings.filterwarnings("always", category=PendingDeprecationWarning)
warnings.filterwarnings("error", category=pytest.PytestDeprecationWarning)
# Filters should have this precedence: mark, cmdline options, ini.
# Filters should be applied in the inverse order of precedence.
for arg in inifilters: