test-requirements.txt (manila-11.0.0) | : | test-requirements.txt (manila-11.0.1) | ||
---|---|---|---|---|
# The order of packages is significant, because pip processes them in the order | # 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 | # of appearance. Changing the order has an impact on the overall integration | |||
# process, which may cause wedges in the gate later. | # process, which may cause wedges in the gate later. | |||
# hacking should be first | # hacking should be first | |||
hacking>=3.0.1,<3.1.0 # Apache-2.0 | hacking>=3.1.0,<3.2.0 # Apache-2.0 | |||
bashate>=0.5.1 # Apache-2.0 | bashate>=0.5.1 # Apache-2.0 | |||
coverage!=4.4,>=4.0 # Apache-2.0 | coverage!=4.4,>=4.0 # Apache-2.0 | |||
ddt>=1.0.1 # MIT | ddt>=1.0.1 # MIT | |||
fixtures>=3.0.0 # Apache-2.0/BSD | fixtures>=3.0.0 # Apache-2.0/BSD | |||
iso8601>=0.1.11 # MIT | iso8601>=0.1.11 # MIT | |||
oslotest>=3.2.0 # Apache-2.0 | oslotest>=3.2.0 # Apache-2.0 | |||
# Do not remove 'PyMySQL' and 'psycopg2-binary' dependencies. They are used | # Do not remove 'PyMySQL' and 'psycopg2-binary' dependencies. They are used | |||
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests. | # by oslo_db lib for running MySQL and PostgreSQL DB migration tests. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |