95b69e2bbc
* Fix lower-constraints with the new pip resolver First, remove pep8 dependencies from test-requirements, they're not needed there and are hard to constraint properly. Second, bump keystoneauth to the version required by openstacksdk. * Force updating libgcrypt to work around CentOS/RHEL 8.3 bug https://bugzilla.redhat.com/show_bug.cgi?id=1840485 Change-Id: I65379a3d1b42e3607118bd785f580604bef7d10d
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
# 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.
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
|
|
openstacksdk>=0.37.0 # Apache-2.0
|