2014-09-11 00:24:03 +00:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
2017-09-20 16:11:55 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-05-30 00:31:55 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2018-01-27 17:26:29 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
2018-07-11 08:50:50 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2016-01-16 03:24:57 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2018-01-27 17:26:29 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2020-07-22 13:42:16 -05:00
|
|
|
ddt>=1.2.1 # MIT
|
2014-12-16 17:34:21 -08:00
|
|
|
|
|
|
|
# hacking doesn't use this anywhere, but nova imports this in nova/__init__.py
|
|
|
|
# since eventlet is such a common universal import, add it to the hacking test
|
|
|
|
# virtualenv, so importing things like 'nova.hacking.checks.factory' will just
|
|
|
|
# work.
|
|
|
|
# See https://bugs.launchpad.net/hacking/+bug/1403270
|
2018-04-11 11:52:23 -04:00
|
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|