summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xintegration-tests/neutronclient-stable.sh2
-rwxr-xr-xintegration-tests/openstackclient-stable.sh2
-rw-r--r--requirements.txt2
-rw-r--r--tox.ini2
4 files changed, 4 insertions, 4 deletions
diff --git a/integration-tests/neutronclient-stable.sh b/integration-tests/neutronclient-stable.sh
index 4e066db..6c5ad56 100755
--- a/integration-tests/neutronclient-stable.sh
+++ b/integration-tests/neutronclient-stable.sh
@@ -6,7 +6,7 @@ envdir=$1
# Manually download the source from PyPI and build it with the --editable flag.
# This gives us access to run the tests.
-pip install --pre --no-deps --no-install --no-clean python-neutronclient
+pip install --pre --no-deps --no-install --no-clean --no-use-wheel python-neutronclient
# This is where the source will end up after pip is done downloading and building it
srcdir=$envdir/build/python-neutronclient/
diff --git a/integration-tests/openstackclient-stable.sh b/integration-tests/openstackclient-stable.sh
index e2e29cb..af703df 100755
--- a/integration-tests/openstackclient-stable.sh
+++ b/integration-tests/openstackclient-stable.sh
@@ -6,7 +6,7 @@ envdir=$1
# Manually download the source from PyPI and build it with the --editable flag.
# This gives us access to run the tests.
-pip install --pre --no-deps --no-install --no-clean python-openstackclient
+pip install --pre --no-deps --no-install --no-clean --no-use-wheel python-openstackclient
# This is where the source will end up after pip is done downloading and building it
srcdir=$envdir/build/python-openstackclient/
diff --git a/requirements.txt b/requirements.txt
index ec661c1..282c81c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,5 @@ argparse
cmd2>=0.6.7
PrettyTable>=0.7,<0.8
pyparsing>=2.0.1
-six>=1.6.0
+six>=1.7.0
stevedore>=0.14
diff --git a/tox.ini b/tox.ini
index 46becab..a3275bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,pypy,pep8
+envlist = py33,py26,py27,pypy,pep8
[testenv]
distribute = False