Skip to content

Commit

Permalink
Merge pull request #1 from dagardner-nv/fix_404
Browse files Browse the repository at this point in the history
Work-around for 404 error
  • Loading branch information
pdmack authored Sep 20, 2022
2 parents 2f8f317 + 85cded5 commit 7091637
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 7091637

Please sign in to comment.