You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/10/24 01:23:07 UTC

[GitHub] [kafka] stan-confluent commented on a change in pull request #9480: KAFKA-10592: Fix vagrant for a system tests with python3

stan-confluent commented on a change in pull request #9480:
URL: https://github.com/apache/kafka/pull/9480#discussion_r511233150



##########
File path: tests/setup.py
##########
@@ -51,7 +51,7 @@ def run_tests(self):
       license="apache2.0",
       packages=find_packages(),
       include_package_data=True,
-      install_requires=["ducktape==0.7.9", "requests==2.22.0"],
+      install_requires=["ducktape==0.8.0", "requests==2.24.0"],

Review comment:
       Why do we need to pin `requests` explicitly?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org