7e2ca76492
As per victoria cycle testing runtime and community goal[1], we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump lower constraints to make testing work for Focal. [1]https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I2eeaa3fdec4841eae6fe706ef5f4ef120b21a30f Story: 2007865 Task: 40181
17 lines
541 B
Plaintext
17 lines
541 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.
|
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
|
|
coverage>=4.0,!=4.4 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.2.0 # Apache-2.0
|
|
testtools>=2.4.0 # MIT
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
# releasenotes
|
|
reno>=3.1.0 # Apache-2.0
|