aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-31 15:36:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-31 16:01:46 -0400
commit894aa5bede94d01639a5e6e95be02cb06164318f (patch)
tree468900d458fd054cd6089a96bb07d1569113ed36 /pytest.ini
parent2fffeb6513a50af996ee07dfc4a62fb0bf5dce7f (diff)
downloadexternal_python_setuptools-894aa5bede94d01639a5e6e95be02cb06164318f.tar.gz
external_python_setuptools-894aa5bede94d01639a5e6e95be02cb06164318f.tar.bz2
external_python_setuptools-894aa5bede94d01639a5e6e95be02cb06164318f.zip
Move the error directive to the top, as it's more permanent.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 6786be4f..3b3d4b8b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,6 +6,7 @@ flake8-ignore =
setuptools/py*compat.py F811
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
filterwarnings =
+ # Fail on warnings
+ error
# https://github.com/pypa/setuptools/issues/1823
ignore:bdist_wininst command is deprecated
- error