From 7b8e6de1b8230e5d31ca36624e7fdfba25e3e077 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 10 Oct 2019 16:12:51 -0400 Subject: [PATCH] Clean up requirements.txt from tox.ini Since the base testenv tox target sets `usedevelop=True`, tox will install the application (Octavia) into the virtualenv as well. Since installing Octavia will install everything in requirements.txt, we don't need to specify it again in tox.ini. Change-Id: I31bdb2956ae37d1116069c2b37656ce2ee3c2dd5 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index f078c95140..56206176af 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ install_command = pip install {opts} {packages} whitelist_externals = find deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs} @@ -23,7 +22,6 @@ basepython = python3 # the API Ref to docs.openstack.org. deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt whitelist_externals = rm commands = @@ -94,7 +92,6 @@ whitelist_externals = basepython = python3 deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt whitelist_externals = rm commands = @@ -177,7 +174,6 @@ max-line-length = 79 basepython = python3 deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt whitelist_externals = rm commands =