Update pulsar client for e2e tests
This commit is contained in:
parent
ab38161cd2
commit
b8f282468d
@ -34,14 +34,7 @@ set -u
|
|||||||
PYTHON_MINOR=$(python3 -c 'import sys; print(sys.version_info[:][1])')
|
PYTHON_MINOR=$(python3 -c 'import sys; print(sys.version_info[:][1])')
|
||||||
|
|
||||||
# install pulsar-client
|
# install pulsar-client
|
||||||
# NOTE (2021-11-15): PyPi doesn't contain pulsar-client for Python 3.9 so we have to use
|
pip --timeout 1000 install "pulsar-client==3.1.0"
|
||||||
# our manually built wheel file. When they update the repository, pulsar-client can be
|
|
||||||
# added as a regular PIP dependancy
|
|
||||||
if [ $PYTHON_MINOR -lt 9 ]; then
|
|
||||||
pip --timeout 1000 install "pulsar-client==2.8.1"
|
|
||||||
else
|
|
||||||
pip --timeout 1000 install https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/pulsar_client-2.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
|
|
||||||
fi
|
|
||||||
|
|
||||||
for pkg in "${PIP_DEPS[@]}"; do
|
for pkg in "${PIP_DEPS[@]}"; do
|
||||||
pip --timeout 1000 install "$pkg"
|
pip --timeout 1000 install "$pkg"
|
||||||
|
Loading…
Reference in New Issue
Block a user