summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2020-04-17 19:52:08 +0200
committerIury Gregory Melo Ferreira <imelofer@redhat.com>2020-04-21 12:52:07 +0200
commit6397777ea87c7b974f2a5ca1ef18880d4e839f10 (patch)
treee2afef0be4c9761c5f7c990ea84f5bb0d6453c40 /tox.ini
parent7a402c58588f813c3f7b1a7dc9642c021eb9045b (diff)
downloadironic-6397777ea87c7b974f2a5ca1ef18880d4e839f10.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 62fac742e..2ce36f9f5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ ignore_basepython_conflict=true
[testenv]
usedevelop = True
-install_command = pip install -U {opts} {packages}
basepython = python3
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1