Remove nose from test-requirements

Clean after tests properly.

Change-Id: I44c8d26dc22d0e2cb88c3dd365e4691a8af76117
This commit is contained in:
Dobroslaw Zybort 2017-05-15 07:33:31 +02:00
parent 8158bbcac3
commit b7184a8ddd
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ bandit>=1.1.0 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
nose # LGPL
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0

View File

@ -24,6 +24,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find {toxinidir} -type f -name "*.py[c|o]" -delete
rm -Rf .testrepository/times.dbm
[testenv:py27]
basepython = python2.7