Skip to content

Commit f91709b

Browse files
committed
Comment out custom py27 tox environment.
grpcio 0.13.0 is broken on UCS2 Python 2.7.
1 parent 2982c0a commit f91709b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

tox.ini

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ covercmd =
2121
--cover-branches \
2222
--nocapture
2323

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 =
3235

3336
[testenv:cover]
3437
basepython =

0 commit comments

Comments
 (0)