summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:32:07 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:32:07 -0500
commit378895ebac9a7dbc61dce18ec08f26ea3b73966c (patch)
tree79ec95a8aa871540e12455db6d4be6f08c65865e /pytest.ini
parentd2ae3cd2cfc66c300bc6661ca33f0ba1f651fd56 (diff)
parent14312a5bd75d3313ffd3e14fc7fbbc2a9b05cee5 (diff)
downloadpython-setuptools-git-378895ebac9a7dbc61dce18ec08f26ea3b73966c.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 03fc773c..9aa1b173 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -8,8 +8,6 @@ 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
# Fail on warnings
error
# https://github.com/pypa/setuptools/issues/1823