Skip to content

Commit

Permalink
Work-around for 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 20, 2022
1 parent 2f8f317 commit 85cded5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ rm -rf ${PYTEST_KAFKA_DIR}
# Installing pytest-kafka from source instead of conda/pip as the setup.py includes helper methods for downloading Kafka
# https://gitlab.com/karolinepauls/pytest-kafka/-/issues/9
git clone https://gitlab.com/karolinepauls/pytest-kafka.git ${PYTEST_KAFKA_DIR}
# work-around for https://gitlab.com/karolinepauls/pytest-kafka/-/issues/10
sed -i -e 's|3\.2\.0|3.2.3|g' ${PYTEST_KAFKA_DIR}/setup.py
pushd ${PYTEST_KAFKA_DIR}
python setup.py develop
popd
Expand Down

0 comments on commit 85cded5

Please sign in to comment.