Skip to content

Commit

Permalink
remove work-around for pytest-kafka issue #10 (#392)
Browse files Browse the repository at this point in the history
Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #392
  • Loading branch information
dagardner-nv authored Oct 7, 2022
1 parent ab4ed5d commit 410859c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/scripts/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ 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 410859c

Please sign in to comment.