Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83d4e89

Browse files
committed
Relax absolute pin on protobuf.
We should allow versions later than the one we know is 'least acceptable'.
1 parent 3e8e4bc commit 83d4e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
deps =
1111
nose
1212
unittest2
13-
protobuf==3.0.0-alpha-1
13+
protobuf>=3.0.0-alpha-1
1414

1515
[testenv:cover]
1616
basepython =
@@ -20,7 +20,7 @@ commands =
2020
deps =
2121
nose
2222
unittest2
23-
protobuf==3.0.0-alpha-1
23+
protobuf>=3.0.0-alpha-1
2424
coverage
2525
nosexcover
2626

@@ -56,7 +56,7 @@ deps =
5656
pep8
5757
pylint
5858
unittest2
59-
protobuf==3.0.0-alpha-1
59+
protobuf>=3.0.0-alpha-1
6060

6161
[testenv:regression]
6262
basepython =
@@ -65,7 +65,7 @@ commands =
6565
{toxinidir}/scripts/run_regression.sh
6666
deps =
6767
unittest2
68-
protobuf==3.0.0-alpha-1
68+
protobuf>=3.0.0-alpha-1
6969

7070
[testenv:regression3]
7171
basepython =
@@ -77,4 +77,4 @@ deps =
7777
# Use a development checkout of oauth2client until a release is made
7878
# which fixes https://github.com/google/oauth2client/issues/125
7979
-egit+https://github.com/google/oauth2client.git#egg=oauth2client
80-
protobuf==3.0.0-alpha-1
80+
protobuf>=3.0.0-alpha-1

0 commit comments

Comments
 (0)