Skip to content

Commit eadcadf

Browse files
committed
Fix unit test failures
1 parent ae7a285 commit eadcadf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tox-travis.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ deps =
137137
test: numpy
138138
test: hightime
139139
test: grpcio == 1.67.0 # Compatible with grpcio-tools 1.67.0
140-
test: protobuf == 5.26.1 # Compatible with grpcio-tools 1.67.0
140+
test: protobuf == 5.27.2 # Compatible with grpcio-tools 1.67.0
141141
build_test: pytest
142142
build_test: coverage
143143
build_test: mako

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ deps =
137137
test: numpy
138138
test: hightime
139139
test: grpcio == 1.67.0 # Compatible with grpcio-tools 1.67.0
140-
test: protobuf == 5.26.1 # Compatible with grpcio-tools 1.67.0
140+
test: protobuf == 5.27.2 # Compatible with grpcio-tools 1.67.0
141141
build_test: pytest
142142
build_test: coverage
143143
build_test: mako

0 commit comments

Comments
 (0)