tirthooo7 commented on code in PR #21415:
URL: https://github.com/apache/kafka/pull/21415#discussion_r2777079381
##########
tests/setup.py:
##########
@@ -49,7 +49,7 @@ def run(self):
license="apache2.0",
packages=find_packages(),
include_package_data=True,
- install_requires=["ducktape==0.12.0", "requests==2.32.4",
"psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"],
+ install_requires=["ducktape==0.12.0", "requests>=2.31.0",
"psutil==5.7.2", "pytest==8.3.3", "mock==5.1.0"],
Review Comment:
Hi @chia7712, thanks for the suggestion.
Based on this note:
https://github.com/confluentinc/kafka/blob/trunk/tests/setup.py#L42
We also need to update Docker, which would be a larger change and would
require running the full test suite. We can pick this up later.
For now, this conflict is blocking Ducktape system test execution. If we fix
this it will be easy to test ducktape 0.13.0 in future.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]