You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2016/12/06 21:57:33 UTC

kafka git commit: MINOR: Update ducktape version to 0.5.3

Repository: kafka
Updated Branches:
  refs/heads/trunk a4592a186 -> 39f62ddce


MINOR: Update ducktape version to 0.5.3

Author: Ewen Cheslack-Postava <me...@ewencp.org>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #2220 from ewencp/update-ducktape


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/39f62ddc
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/39f62ddc
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/39f62ddc

Branch: refs/heads/trunk
Commit: 39f62ddcec9f3f915b3ca5941429e79190c93e7b
Parents: a4592a1
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Authored: Tue Dec 6 13:57:27 2016 -0800
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Tue Dec 6 13:57:27 2016 -0800

----------------------------------------------------------------------
 tests/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/39f62ddc/tests/setup.py
----------------------------------------------------------------------
diff --git a/tests/setup.py b/tests/setup.py
index 848ca04..cae0a3f 100644
--- a/tests/setup.py
+++ b/tests/setup.py
@@ -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},
       )