Skip to content

Commit 5bac4c3

Browse files
authored
Specify grpcio, protobuf test deps, instead of grpcio-tools (#1924)
* try grpcio test dep, instead of grpcio-tools * Add missing protobuf dependencies
1 parent a36cc33 commit 5bac4c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tox-travis.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ deps =
125125
test: mako
126126
test: numpy
127127
test: hightime
128-
test: grpcio-tools == 1.49.1
128+
test: grpcio == 1.49.1 # Compatible with grpcio-tools 1.49.1
129+
test: protobuf == 4.21 # Compatible with grpcio-tools 1.49.1
129130
build_test: pytest
130131
build_test: coverage
131132
build_test: mako

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ deps =
125125
test: mako
126126
test: numpy
127127
test: hightime
128-
test: grpcio-tools == 1.49.1
128+
test: grpcio == 1.49.1 # Compatible with grpcio-tools 1.49.1
129+
test: protobuf == 4.21 # Compatible with grpcio-tools 1.49.1
129130
build_test: pytest
130131
build_test: coverage
131132
build_test: mako

0 commit comments

Comments
 (0)