
According to PEP440[1] python wheel with a direct references in their metadata cannot be uploaded to PyPi(public index server). Move "aodh-master" tarball url to tox.ini. Since this project doesn't consume upper-constraints, the latest releases of a few packages are being installed which breaks "gnocchi upgrade" when running py38 and py310 jobs. Avoid this by pinning sqlalchemy and oslo.db packages. [1] https://peps.python.org/pep-0440/#direct-references Change-Id: I6c10d87c572f9503484fcb02f6f0a0188c9454b3
18 lines
534 B
Plaintext
18 lines
534 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.
|
|
|
|
pbr>=1.4
|
|
cliff!=1.16.0,>=1.14.0 # Apache-2.0
|
|
osc-lib>=1.0.1 # Apache-2.0
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
oslo.utils>=2.0.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
keystoneauth1>=1.0.0
|
|
pyparsing
|
|
SQLAlchemy-Utils<=0.38.3
|
|
sqlalchemy-migrate<=0.13.0
|
|
SQLAlchemy<=1.4.41
|
|
oslo.db<=12.3.1
|