We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f196d commit d11980fCopy full SHA for d11980f
setup.py
@@ -14,7 +14,7 @@
14
REQUIREMENTS = [
15
'httplib2 >= 0.9.1',
16
'oauth2client >= 1.4.6',
17
- 'protobuf >= 3.0.0a3',
+ 'protobuf == 3.0.0a3',
18
'pycrypto',
19
'six',
20
]
tox.ini
@@ -10,7 +10,6 @@ commands =
10
deps =
11
nose
12
unittest2
13
- protobuf>=3.0.0a3
setenv =
PYTHONPATH = {toxinidir}/_testing
covercmd =
@@ -77,7 +76,6 @@ deps =
77
76
pep8
78
pylint
79
80
- protobuf==3.0.0-alpha-1
81
passenv = {[testenv:system-tests]passenv}
82
83
[testenv:system-tests]
0 commit comments