We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade2121 commit 7087f57Copy full SHA for 7087f57
setup.cfg
@@ -7,6 +7,7 @@ show_missing = true
7
[tool:pytest]
8
addopts = -rsx --tb=short
9
testpaths = tests
10
+filterwarnings = error
11
12
[metadata]
13
# ensure LICENSE is included in wheel metadata
tox.ini
@@ -4,7 +4,7 @@ minversion = 2.5.0
4
5
[testenv]
6
extras = testing
-commands = coverage run -m pytest -W error {posargs}
+commands = coverage run -m pytest {posargs}
[testenv:coverage-report]
deps = coverage
0 commit comments