2015-02-16 12:33:13 -07: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-02-15 10:24:04 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2018-03-23 01:26:24 +00:00
|
|
|
requests-mock>=1.2.0 # Apache-2.0
|
2017-05-23 16:26:08 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-09-14 11:56:55 +03:00
|
|
|
flake8-import-order==0.12 # LGPLv3
|
2017-08-18 11:36:49 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-11-16 11:16:46 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
2018-01-24 02:07:53 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-02-17 09:53:02 +00:00
|
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
2017-10-13 21:07:14 +08:00
|
|
|
pylint==1.4.5 # GPLv2
|
2016-01-16 03:30:39 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-11-16 11:16:46 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-14 00:37:49 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2015-04-09 15:25:25 -05:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-09-16 23:18:49 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2016-08-19 09:08:19 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2017-11-15 11:53:48 +00:00
|
|
|
tempest>=17.1.0 # Apache-2.0
|
2017-11-17 18:20:33 -06:00
|
|
|
# Required for pep8 - doc8 tests
|
2018-03-16 07:34:35 +00:00
|
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|