nizhikov commented on a change in pull request #8155:
URL: https://github.com/apache/ignite/pull/8155#discussion_r470699718
##########
File path: modules/ducktests/tests/setup.py
##########
@@ -53,7 +53,11 @@ def run_tests(self):
license="apache2.0",
packages=find_packages(),
include_package_data=True,
- install_requires=["ducktape==0.7.8", "requests==2.20.0"],
- tests_require=["pytest", "mock", "monotonic"],
+ install_requires=[
+ 'ducktape==0.7.8',
Review comment:
Why we have different dependency versions here and in requirements.txt?
----------------------------------------------------------------
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:
[email protected]