diff --git a/requirements.txt b/requirements.txt index f2b84d9..80d0aca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,8 @@ 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 \ No newline at end of file +pyparsing +SQLAlchemy-Utils<=0.38.3 +sqlalchemy-migrate<=0.13.0 +SQLAlchemy<=1.4.41 +oslo.db<=12.3.1 diff --git a/setup.cfg b/setup.cfg index 027face..6cb7288 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,8 @@ test = testtools>=1.4.0 pifpaf[gnocchi]>=0.23 gnocchi[postgresql,file] - aodh @ https://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql] + ;Disabled due to https://github.com/pypa/twine/issues/726 + ;aodh @ https://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql] [entry_points] console_scripts = diff --git a/tox.ini b/tox.ini index 966daa7..61a44c4 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ passenv = # NOTE(jd): the -e is on its own line so it is passed a separate argument to pip deps = .[test] + http://tarballs.openstack.org/aodh/aodh-master.tar.gz#egg=aodh[mysql] commands = pifpaf run aodh -- stestr run --slowest {posargs} [testenv:pep8]