Add tox to test-requirements.txt
If I understand correctly, tox is already installed on automated test nodes; however, the intent here is to improve local development workflow by ensuring that an appropriate version is installed for running tests locally. This requires at least tox 2.9.1, which is the version that was used in a zuul run observed today. Change-Id: I8052e5792e229b58a48e48bd705ed576acdc2884
This commit is contained in:
parent
bc80e5e2f3
commit
28d02cddc3
@ -10,5 +10,6 @@ sphinx>=1.5.0,<1.7.0
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
tox>=2.9.1 # MIT
|
||||
mock>=2.0 # BSD
|
||||
sphinxcontrib-programoutput
|
||||
|
Loading…
Reference in New Issue
Block a user