Skip to content

Commit eea0857

Browse files
committed
tox.ini: pytest: filterwarnings: error by default
1 parent 8558479 commit eea0857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ commands = flake8 --max-complexity=10 setup.py pyrepl testing pythoni pythoni1
2222
[pytest]
2323
testpaths = testing
2424
addopts = -ra
25+
filterwarnings =
26+
error
2527

2628
[coverage:run]
2729
include = pyrepl/*, testing/*

0 commit comments

Comments
 (0)