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/22 16:29:10 UTC

[GitHub] [kafka] nizhikov opened a new pull request #9480: [WIP] KAFKA-10592: Fix vagrant for a system tests with python3

nizhikov opened a new pull request #9480:
URL: https://github.com/apache/kafka/pull/9480


   Fix vagrant for a system tests with a python3.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
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



[GitHub] [kafka] omkreddy closed pull request #9480: KAFKA-10592: Fix vagrant for a system tests with python3

Posted by GitBox <gi...@apache.org>.
omkreddy closed pull request #9480:
URL: https://github.com/apache/kafka/pull/9480


   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
omkreddy commented on pull request #9480:
URL: https://github.com/apache/kafka/pull/9480#issuecomment-716045146


   Merging to trunk and 2.7


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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