Skip to content

Commit

Permalink
try fix system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbru committed Aug 17, 2023
1 parent 6bd1741 commit 24d1780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_tests(self):
license="apache2.0",
packages=find_packages(),
include_package_data=True,
install_requires=["ducktape<0.9", "requests==2.31.0"],
install_requires=["ducktape==0.8.14", "requests==2.24.0"],
tests_require=["pytest", "mock"],
cmdclass={'test': PyTest},
zip_safe=False
Expand Down

0 comments on commit 24d1780

Please sign in to comment.