2014-09-04 06:47:49 +02: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.
|
|
|
|
|
|
|
|
# hacking should be first
|
2020-12-10 19:48:03 -08:00
|
|
|
hacking>=3.1.0,<3.2.0 # Apache-2.0
|
2013-08-08 10:34:06 -04:00
|
|
|
|
2017-09-13 12:52:45 +00:00
|
|
|
bashate>=0.5.1 # Apache-2.0
|
2020-12-10 19:48:03 -08:00
|
|
|
coverage>=5.2.1 # Apache-2.0
|
|
|
|
ddt>=1.4.1 # MIT
|
2016-06-04 02:38:04 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2020-12-10 19:48:03 -08:00
|
|
|
iso8601>=0.1.12 # MIT
|
|
|
|
oslotest>=4.4.1 # Apache-2.0
|
2016-03-23 20:35:06 +02:00
|
|
|
|
2020-04-16 18:08:51 -07:00
|
|
|
# Do not remove 'PyMySQL' and 'psycopg2-binary' dependencies. They are used
|
2016-03-23 20:35:06 +02:00
|
|
|
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests.
|
2017-07-14 07:27:16 +00:00
|
|
|
# See https://docs.openstack.org/oslo.db/latest/contributor/index.html#how-to-run-unit-tests
|
2020-12-10 19:48:03 -08:00
|
|
|
PyMySQL>=0.10.0 # MIT License
|
2020-04-22 18:22:46 -07:00
|
|
|
psycopg2-binary>=2.8.5 # LGPL/ZPL
|
2016-03-23 20:35:06 +02:00
|
|
|
|
2020-12-10 19:48:03 -08:00
|
|
|
requests-mock>=1.7.0 # Apache-2.0
|
2017-09-13 12:52:45 +00:00
|
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
2020-12-10 19:48:03 -08:00
|
|
|
stestr>=3.0.1 # Apache-2.0
|
|
|
|
testresources>=2.0.1 # Apache-2.0/BSD
|
2016-11-10 12:01:38 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2020-12-10 19:48:03 -08:00
|
|
|
testtools>=2.4.0 # MIT
|