8000 tox.ini: enable ResourceWarning warnings · python/asyncio@cffe67d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit cffe67d

Browse files
committed
tox.ini: enable ResourceWarning warnings
1 parent 2e187bb commit cffe67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ deps=
88
setenv =
99
PYTHONASYNCIODEBUG = 1
1010
commands=
11-
python runtests.py -r {posargs}
12-
python run_aiotest.py -r {posargs}
11+
python -Wd runtests.py -r {posargs}
12+
python -Wd run_aiotest.py -r {posargs}
1313

1414
[testenv:py3_release]
1515
# Run tests in release mode

0 commit comments

Comments
 (0)
0