summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-10-19 10:02:36 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2020-10-19 10:02:36 +0300
commita642650e173c99a0adaa3df64e9872649932e8ca (patch)
treec683683008f17b9fac1daa9f4bae72575c26c7ec /pyproject.toml
parentf61d4ed9d587575fd20ee5ece1674ddc3088ee2a (diff)
downloadpytest-a642650e173c99a0adaa3df64e9872649932e8ca.tar.gz
Drop support for EOL Python 3.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 443b94c26..dce93a606 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ filterwarnings = [
"ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))",
# produced by pytest-xdist
"ignore:.*type argument to addoption.*:DeprecationWarning",
- # produced by python >=3.5 on execnet (pytest-xdist)
+ # produced on execnet (pytest-xdist)
"ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning",
# pytest's own futurewarnings
"ignore::pytest.PytestExperimentalApiWarning",