
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). -Bump the requirements and lower constraints for required deps which added python3.8 support in their later version. -It also fixes one unit tests to handle PEP479 being enabled for all code in Python 3.8 [2]. Story: #2007865 Task: #40197 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html [2] https://stackoverflow.com/questions/51700960/runtimeerror-generator-raised-stopiteration-every-time-i-try-to-run-app Change-Id: If67bbfe8a2db19fa8f3437f746ca7f4d04487447
13 lines
464 B
Plaintext
13 lines
464 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.
|
|
six>=1.10.0 # MIT
|
|
kazoo>=2.8.0 # Apache-2.0
|
|
PyMySQL>=0.8.0 # MIT License
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
pyparsing>=2.1.0 # MIT
|
|
simplejson>=3.13.2 # MIT
|
|
confluent-kafka>=1.3.0 # Apache-2.0
|