summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-21 21:34:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-21 21:34:35 -0500
commit5e416793c008c5ef285c37828072fbea5ced6d08 (patch)
tree7acd1a8d649ec08ba3ed79efe090683118e636d4
parent38fff62edb5e282f144dc77cc1bf5555367336d9 (diff)
downloadpytest-runner-5e416793c008c5ef285c37828072fbea5ced6d08.tar.gz
It's no longer necessary to filter this warning and it's not a warning anymore.
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 016063b..6bf69af 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -5,5 +5,3 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
- # https://github.com/pytest-dev/pytest/issues/6928
- ignore:direct construction of .*Item has been deprecated:DeprecationWarning