Skip to content

Commit 9582035

Browse files
committed
system tests: allow pip to pull requirements from pypi
.. to fix enum34 et.al. not being installable otherwise.
1 parent 184902f commit 9582035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

confluent_kafka/kafkatest/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function install_librdkafka {
9797

9898
function install_client {
9999
pip uninstall -y confluent_kafka || true
100-
pip install -U --only-binary confluent_kafka --no-index -f /vagrant/$REL_DIR confluent_kafka
100+
pip install -U --only-binary confluent_kafka -f /vagrant/$REL_DIR confluent_kafka
101101
}
102102

103103
function verify_client {

tools/build-manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ done
7878
echo "# Installing wheels"
7979
for PYBIN in /opt/python/*/bin/; do
8080
echo "## Installing $PYBIN"
81-
"${PYBIN}/pip" install confluent_kafka --no-index -f /io/wheelhouse
81+
"${PYBIN}/pip" install confluent_kafka -f /io/wheelhouse
8282
"${PYBIN}/python" -c 'import confluent_kafka; print(confluent_kafka.libversion())'
8383
echo "## Uninstalling $PYBIN"
8484
"${PYBIN}/pip" uninstall -y confluent_kafka

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy