Skip to content

Commit d11980f

Browse files
committed
Pinning on protobuf==3.0.0a3.
Caused by a breakage in latest protobuf release (3.0.0b1.post1).
1 parent 92f196d commit d11980f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
REQUIREMENTS = [
1515
'httplib2 >= 0.9.1',
1616
'oauth2client >= 1.4.6',
17-
'protobuf >= 3.0.0a3',
17+
'protobuf == 3.0.0a3',
1818
'pycrypto',
1919
'six',
2020
]

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ commands =
1010
deps =
1111
nose
1212
unittest2
13-
protobuf>=3.0.0a3
1413
setenv =
1514
PYTHONPATH = {toxinidir}/_testing
1615
covercmd =
@@ -77,7 +76,6 @@ deps =
7776
pep8
7877
pylint
7978
unittest2
80-
protobuf==3.0.0-alpha-1
8179
passenv = {[testenv:system-tests]passenv}
8280

8381
[testenv:system-tests]

0 commit comments

Comments
 (0)