We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0c0e0 commit a7de82fCopy full SHA for a7de82f
1 file changed
tox-travis.ini
@@ -146,6 +146,7 @@ deps =
146
test: hightime
147
test: grpcio == 1.75.1 # Compatible with Python 3.14; should be backwards compatible with grpcio-tools 1.59.0
148
test: protobuf == 5.27.2 # Compatible with Python 3.14; should be backwards compatible with grpcio-tools 1.59.0
149
+ test: ni.grpcdevice.v1.proto >= 1.0.0
150
build_test: pytest
151
build_test: coverage
152
build_test: mako
@@ -160,6 +161,7 @@ deps =
160
161
flake8: pep8-naming
162
docs: sphinx
163
docs: sphinx-rtd-theme
164
+ docs: ni.grpcdevice.v1.proto >= 1.0.0
165
pkg: check-manifest
166
pkg: docutils
167
pkg: pygments
0 commit comments