Skip to content

Commit

Permalink
PytestDeprecationWarning no longer a hard error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 17, 2020
1 parent 789589b commit 78dbb61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_pytest/warnings.py
Expand Up @@ -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:
Expand Down

0 comments on commit 78dbb61

Please sign in to comment.