45f7ed5a43
OpenStack is switching from testrepository to stestr. Make the shift here. Also, while doing this, update the rest of the test-requirements. testtools and python-subunit are removed because they are transitive deps of oslotest and stestr already. Change-Id: Idf1298e03a78653044532fd54a4f35dcf5c6c1c5
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
hacking>=1.0.0,<1.1.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testscenarios>=0.4,<0.5
|
|
posix_ipc>=0.9.8
|