Merge "Enable DeprecationWarning in test environments"
This commit is contained in:
commit
bf52bfcfe2
1
tox.ini
1
tox.ini
@ -8,6 +8,7 @@ usedevelop = True
|
||||
install_command = pip install -U {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = python setup.py test --slowest --testr-args='{posargs}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user