summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNiall Bunting <niall.bunting@hpe.com>2016-06-07 15:31:51 +0000
committerNikhil Komawar <nik.komawar@gmail.com>2016-06-07 22:08:18 +0000
commit5829046f727681c0bc6517de1629d40e0e553e4c (patch)
tree1a1517550dc6daab7caad128fcffc09e91ac817d /tox.ini
parent7417f253844aefdecf443c75912d7b42115fe9da (diff)
downloadglance_store-5829046f727681c0bc6517de1629d40e0e553e4c.tar.gz
Remove -c from tox.ini
An extra -c causes the script to read the url in error. The tools/tox_install.sh script is using this -c option: https://github.com/openstack/glance_store/blob/ea4483c0bfb39a39d6d4c4634d04cbfaca4de7f5/tools/tox_install.sh#L26 So, -c is unnecessary in tox.ini. Change-Id: I04227b92a13f075dc18dfbbb6d47f17da3629ef3 Closes-Bug: 1590048
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 16d02a6..e11776f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
-install_command = {toxinidir}/tools/tox_install.sh -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-all-external --allow-insecure netaddr -U {opts} {packages}
+install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} --allow-all-external --allow-insecure netaddr -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[s3,vmware,swift,cinder]