File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
pyvers_tested=
31
31
32
32
# Run tests with both python2 and python3 (whatever versions the OS provides)
33
- for py in 2.7 3.8 3.6 ; do
33
+ for py in 2.7 3.8 ; do
34
34
echo " $0 : # Smoketest with Python$py "
35
35
36
36
if ! python$py -V ; then
@@ -75,8 +75,8 @@ for py in 2.7 3.8 3.6 ; do
75
75
fi
76
76
77
77
pip install --find-links " $wheeldir " confluent-kafka==$version
78
- # Install a prebuilt version that doesn't require a gcc toolchain
79
- pip install --find-links " $wheeldir " --binary- only :fastavro: confluent-kafka[avro]==$version
78
+ # Install a prebuilt version of fastavro that doesn't require a gcc toolchain
79
+ pip install --find-links " $wheeldir " --only-binary :fastavro: confluent-kafka[avro]==$version
80
80
pip install --find-links " $wheeldir " confluent-kafka[protobuf]==$version
81
81
pip install --find-links " $wheeldir " confluent-kafka[json]==$version
82
82
fi
You can’t perform that action at this time.
0 commit comments