summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xintegration-tests/neutronclient-stable.sh2
-rwxr-xr-xintegration-tests/openstackclient-stable.sh2
2 files changed, 2 insertions, 2 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/