We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36cc33 commit 5bac4c3Copy full SHA for 5bac4c3
tox-travis.ini
@@ -125,7 +125,8 @@ deps =
125
test: mako
126
test: numpy
127
test: hightime
128
- test: grpcio-tools == 1.49.1
+ test: grpcio == 1.49.1 # Compatible with grpcio-tools 1.49.1
129
+ test: protobuf == 4.21 # Compatible with grpcio-tools 1.49.1
130
build_test: pytest
131
build_test: coverage
132
build_test: mako
tox.ini
0 commit comments