Repository: kafka Updated Branches: refs/heads/0.9.0 29ebb42fd -> ca5e7f6f0
MINOR: Pin to system tests to ducktape 0.3.10 Author: Geoff Anderson <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #863 from granders/increment-ducktape-0.9.0 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/ca5e7f6f Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/ca5e7f6f Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/ca5e7f6f Branch: refs/heads/0.9.0 Commit: ca5e7f6f0cf1fa9514d9ec35f88ee1304b481a88 Parents: 29ebb42 Author: Geoff Anderson <[email protected]> Authored: Wed Feb 3 22:32:56 2016 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Wed Feb 3 22:32:56 2016 -0800 ---------------------------------------------------------------------- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/ca5e7f6f/tests/setup.py ---------------------------------------------------------------------- diff --git a/tests/setup.py b/tests/setup.py index 5c755e8..865c316 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -30,5 +30,5 @@ setup(name="kafkatest", license="apache2.0", packages=find_packages(), include_package_data=True, - install_requires=["ducktape==0.3.8", "requests>=2.5.0"] + install_requires=["ducktape==0.3.10", "requests>=2.5.0"] )
