Skip to content

Commit

Permalink
Closes #3865
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Sep 19, 2017
2 parents c25bead + b3a5b67 commit 5dab9e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ def get_version():
REQUIRED_TEST_PACKAGES = [
'pyhamcrest>=1.9,<2.0',
# Six required by nose plugins management.
'six>=1.9',
# Six 1.11.0 incompatible with apitools.
# TODO(BEAM-2964): Remove the upper bound.
'six>=1.9,<1.11',
]

GCP_REQUIREMENTS = [
Expand Down

0 comments on commit 5dab9e1

Please sign in to comment.