Move test requirements to tox.ini

They were listed in requirements.txt despite not being runtime
requirements of aodhclient. Correct this.

Change-Id: I2b3d81668fb6c4f5009f44e8083c94f6e8344702
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-04-17 13:56:41 +01:00
parent cd9935bef9
commit 8636fb0574
2 changed files with 5 additions and 8 deletions

View File

@ -1,7 +1,3 @@
# 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
@ -11,7 +7,3 @@ 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

View File

@ -33,6 +33,11 @@ test =
testtools>=1.4.0
pifpaf[gnocchi]>=0.23
gnocchi[postgresql,file]
# FIXME: Remove these caps when aodh supports SQLAlchemy 2.0
SQLAlchemy-Utils<=0.38.3
sqlalchemy-migrate<=0.13.0
SQLAlchemy<=1.4.41
oslo.db<=12.3.1
;Disabled due to https://github.com/pypa/twine/issues/726
;aodh @ https://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql]