summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-29 20:03:46 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-29 20:03:49 -0800
commit238312cc750c1e7e89a60d26ea097244d05e5719 (patch)
treedb0c7441c41f7cdc2bdf09a1b001f6dc6c257ac7 /pytest.ini
parentaac019fdc4ef0c56586266bb965cc6348360cb6f (diff)
downloadflake8-238312cc750c1e7e89a60d26ea097244d05e5719.tar.gz
Remove remnants from previous PRs
- warnings in configparser were silenced upstream (unless `-3` is passed) - we no longer invoke tests from `python setup.py test`
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 bbe2275..fdf83b3 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -3,7 +3,5 @@ norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw
filterwarnings =
error
- # python2.x `configparser` warns about native string but it works fine
- ignore:You passed a bytestring as `filenames`.*:DeprecationWarning
# python3.4 raises this when importing setuptools
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning