Skip to content

Commit

Permalink
[BEAM-2964] Exclude incompatible six release.
Browse files Browse the repository at this point in the history
Upstream bugs being tracked at google/apitools#175 and benjaminp/six#210
  • Loading branch information
robertwb committed Sep 19, 2017
1 parent c25bead commit b3a5b67
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 b3a5b67

Please sign in to comment.