mirror of https://github.com/apache/kafka.git
MINOR: Update ducktape version to 0.5.3
Author: Ewen Cheslack-Postava <me@ewencp.org> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #2220 from ewencp/update-ducktape
This commit is contained in:
parent
a4592a1864
commit
39f62ddcec
|
@ -50,7 +50,7 @@ setup(name="kafkatest",
|
|||
license="apache2.0",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=["ducktape==0.5.1", "requests>=2.5.0"],
|
||||
install_requires=["ducktape==0.5.3", "requests>=2.5.0"],
|
||||
tests_require=["pytest", "mock"],
|
||||
cmdclass={'test': PyTest},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue