File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 14
14
'httplib2 >= 0.9.1' ,
15
15
'googleapis-common-protos' ,
16
16
'oauth2client >= 2.0.1' ,
17
- 'protobuf >= 3.0.0b2' ,
17
+ 'protobuf >= 3.0.0b2, != 3.0.0.b2.post1 ' ,
18
18
'pyOpenSSL' ,
19
19
'six' ,
20
20
]
Original file line number Diff line number Diff line change @@ -21,14 +21,17 @@ covercmd =
21
21
--cover-branches \
22
22
--nocapture
23
23
24
- [testenv:py27]
25
- basepython =
26
- python2.7
27
- deps =
28
- {[testenv]deps}
29
- grpcio >= 0.13.0
30
- setenv =
31
- PYTHONPATH =
24
+ # Until grpcio 0.13.1 ships, this environment is broken on UCS2 builds.
25
+ # See: https://github.com/grpc/grpc/issues/5280 and
26
+ # https://github.com/grpc/grpc/pull/5319
27
+ # [testenv:py27]
28
+ # basepython =
29
+ # python2.7
30
+ # deps =
31
+ # {[testenv]deps}
32
+ # grpcio >= 0.13.0
33
+ # setenv =
34
+ # PYTHONPATH =
32
35
33
36
[testenv:cover]
34
37
basepython =
You can’t perform that action at this time.
0 commit comments