Skip to content

Commit 414cfbb

Browse files
committed
[BEAM-2964] Exclude incompatible six release.
Upstream bugs being tracked at google/apitools#175 and benjaminp/six#210
1 parent c25bead commit 414cfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_version():
114114
REQUIRED_TEST_PACKAGES = [
115115
'pyhamcrest>=1.9,<2.0',
116116
# Six required by nose plugins management.
117-
'six>=1.9',
117+
'six>=1.9,<1.11',
118118
]
119119

120120
GCP_REQUIREMENTS = [

0 commit comments

Comments
 (0)