From 6397777ea87c7b974f2a5ca1ef18880d4e839f10 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Fri, 17 Apr 2020 19:52:08 +0200 Subject: Stop configuring install_command in tox. Currently, we are overriding 'install_command' to use 'pip'. This is considered poor behavior and 'python -m pip' should be used instead: https://snarky.ca/why-you-should-use-python-m-pip/ It turns out that this is the the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command So we can remove the line and simply use the default value. openstack-discuss thread http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014237.html Bumping in requirements: -alembic to 0.9.6 -keystoneauth1 to 3.18 Bumping libs in in l-c: -alembic to 0.9.6 -keystoneauth1 to 3.18 -pika to 0.10.0 (necessary for installation) Change-Id: I059e841ab891ba0451d0423065e9727c8c77f337 --- lower-constraints.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lower-constraints.txt') diff --git a/lower-constraints.txt b/lower-constraints.txt index 75b60e8dc..0da593d56 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,4 +1,4 @@ -alembic==0.8.10 +alembic==0.9.6 automaton==1.9.0 Babel==2.3.4 bandit==1.1.0 @@ -16,7 +16,7 @@ iso8601==0.1.11 Jinja2==2.10 jsonpatch==1.16 jsonschema==2.6.0 -keystoneauth1==3.15.0 +keystoneauth1==3.18.0 keystonemiddleware==4.17.0 mock==3.0.0 openstackdocstheme==1.31.2 @@ -43,6 +43,7 @@ oslotest==3.2.0 osprofiler==1.5.0 pbr==2.0.0 pecan==1.0.0 +pika==0.10.0 psutil==3.2.2 psycopg2==2.7.3 Pygments==2.2.0 -- cgit v1.2.1