nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

nimi-python packages with optional support for gRPC should be tested both with and without it

Open bkeryan opened this issue 2 years ago • 1 comments

Description of issue

nidcpower, nidmm, nifgen, niscope, and niswitch have optional support for gRPC. However, they do not have any test coverage for configurations where gRPC is not installed. If these packages had a bug that prevented them from working when grpcio or protobuf is not installed, it would not be caught by the automated tests.

System report

N/A

Steps to reproduce issue

N/A

bkeryan avatar Apr 11 '23 16:04 bkeryan

Examples could test this, if they had their own venv without grpcio and protobuf installed.

ni-jfitzger avatar Apr 11 '23 18:04 ni-jfitzger