From 541f5b2e42076460a11a54b7f29c2bb60c9c8dd6 Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Wed, 21 Jun 2017 14:28:26 -0700 Subject: [PATCH] [BEAM-2495] Add Python test dependency six>=1.9 --- sdks/python/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 584c852c57b8..6646a58e529a 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -112,6 +112,8 @@ def get_version(): REQUIRED_TEST_PACKAGES = [ 'pyhamcrest>=1.9,<2.0', + # Six required by nose plugins management. + 'six>=1.9', ] GCP_REQUIREMENTS = [