Skip to content

Commit f7a4b23

Browse files
committed
display all warnings emitted during tests
1 parent cc59584 commit f7a4b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ skipsdist=True
55
[testenv]
66
passenv = LIBARCHIVE
77
commands=
8-
python -m pytest -vv --boxed --cov libarchive --cov-report term-missing {toxinidir}/tests {posargs}
8+
python -m pytest -Wd -vv --boxed --cov libarchive --cov-report term-missing {toxinidir}/tests {posargs}
99
flake8 {toxinidir}
1010
deps=
1111
flake8

0 commit comments

Comments
 (0)