From 410859c3c23ff5b6bae3ee02011a4cb0ae56c12f Mon Sep 17 00:00:00 2001 From: David Gardner <96306125+dagardner-nv@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:23:24 -0700 Subject: [PATCH] remove work-around for pytest-kafka issue #10 (#392) Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: https://github.com/nv-morpheus/Morpheus/pull/392 --- ci/scripts/jenkins/test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/scripts/jenkins/test.sh b/ci/scripts/jenkins/test.sh index 81d23466e5..6bb80fa2be 100755 --- a/ci/scripts/jenkins/test.sh +++ b/ci/scripts/jenkins/test.sh @@ -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