
In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I4331cd8ed44712eba2f1edd76ff6bdb7dd874c44
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
hacking>=0.9.2,<0.10
|
|
|
|
discover
|
|
fixtures>=0.3.14
|
|
python-subunit
|
|
testrepository>=0.0.17
|
|
testscenarios>=0.4
|
|
testtools>=0.9.32
|
|
|
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
|
# [testenv:cover]
|
|
# deps = {[testenv]deps} coverage
|
|
coverage>=3.6
|
|
|
|
# mocking framework
|
|
mock>=1.0
|