summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-11-20 16:23:48 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2022-11-20 16:44:14 -0500
commitd1d89629c6a279bba6299781d2c2ded0e2f10b2e (patch)
tree35296b3c7cc5f80cc8f26060abadf0e8abdd0db5 /pyproject.toml
parentcf7c25851d97338f9f0d0e6de20a4f9bfe52256d (diff)
downloadastroid-git-d1d89629c6a279bba6299781d2c2ded0e2f10b2e.tar.gz
Fail pytest runs on warnings
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 66a52f5c..576502bf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -62,6 +62,7 @@ test = "pytest"
addopts = '-m "not acceptance"'
python_files = ["*test_*.py"]
testpaths = ["tests"]
+filterwarnings = "error"
[tool.isort]
include_trailing_comma = true