Skip to content

Commit

Permalink
Merge pull request #1571 from tseaver/1570-avoid-protobuf-3.0.0b2.post1
Browse files Browse the repository at this point in the history
Avoid protobuf 3.0.0.b2.post1.
  • Loading branch information
tseaver committed Mar 4, 2016
2 parents af2d6d8 + f91709b commit 69391eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'httplib2 >= 0.9.1',
'googleapis-common-protos',
'oauth2client >= 2.0.1',
'protobuf >= 3.0.0b2',
'protobuf >= 3.0.0b2, != 3.0.0.b2.post1',
'pyOpenSSL',
'six',
]
Expand Down
19 changes: 11 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ covercmd =
--cover-branches \
--nocapture

[testenv:py27]
basepython =
python2.7
deps =
{[testenv]deps}
grpcio >= 0.13.0
setenv =
PYTHONPATH =
# Until grpcio 0.13.1 ships, this environment is broken on UCS2 builds.
# See: https://github.com/grpc/grpc/issues/5280 and
# https://github.com/grpc/grpc/pull/5319
#[testenv:py27]
#basepython =
# python2.7
#deps =
# {[testenv]deps}
# grpcio >= 0.13.0
#setenv =
# PYTHONPATH =

[testenv:cover]
basepython =
Expand Down

0 comments on commit 69391eb

Please sign in to comment.