We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c494b6 commit df2dadeCopy full SHA for df2dade
1 file changed
src/nirfsg/system_tests/test_system_nirfsg.py
@@ -665,6 +665,7 @@ def test_get_all_named_waveform_names(self, rfsg_device_session):
665
assert 'waveform2' in names
666
667
668
+@pytest.mark.skipif(sys.maxsize < 2**32, reason="gRPC tests not supported on 32-bit Python")
669
class TestGrpc(SystemTests):
670
@pytest.fixture(scope='class')
671
def grpc_channel(self):
0 commit comments