Skip to content

Commit df2dade

Browse files
committed
Skip nirfsg gRPC tests on 32-bit Python environments
1 parent 1c494b6 commit df2dade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nirfsg/system_tests/test_system_nirfsg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ def test_get_all_named_waveform_names(self, rfsg_device_session):
665665
assert 'waveform2' in names
666666

667667

668+
@pytest.mark.skipif(sys.maxsize < 2**32, reason="gRPC tests not supported on 32-bit Python")
668669
class TestGrpc(SystemTests):
669670
@pytest.fixture(scope='class')
670671
def grpc_channel(self):

0 commit comments

Comments
 (0)