
It is no longer directly used by any test code in this repository since
we switched to stestr[1].
It is now installed as a dependency of stestr.
[1] ac1e5304d7
Change-Id: I786775e42b31a37e038a266e04115e38cc33cf88
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
# Used for making sure the eventlet executors work.
|
|
eventlet>=0.18.2 # MIT
|
|
|
|
coverage>=4.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
PrettyTable>=0.7.1 # BSD
|