File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
confluent_kafka/kafkatest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function install_librdkafka {
97
97
98
98
function install_client {
99
99
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
101
101
}
102
102
103
103
function verify_client {
Original file line number Diff line number Diff line change 78
78
echo " # Installing wheels"
79
79
for PYBIN in /opt/python/* /bin/; do
80
80
echo " ## Installing $PYBIN "
81
- " ${PYBIN} /pip" install confluent_kafka --no-index - f /io/wheelhouse
81
+ " ${PYBIN} /pip" install confluent_kafka -f /io/wheelhouse
82
82
" ${PYBIN} /python" -c ' import confluent_kafka; print(confluent_kafka.libversion())'
83
83
echo " ## Uninstalling $PYBIN "
84
84
" ${PYBIN} /pip" uninstall -y confluent_kafka
You can’t perform that action at this time.
0 commit comments