File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ import sys
2+
13import numpy
24import pytest
35
@@ -82,17 +84,15 @@ def test___physical_channel_with_teds___get_uint32_property___returns_configured
8284 ) as phys_chan :
8385 assert phys_chan .teds_mfg_id == 17
8486
85- @pytest .mark .skipif (
86- not sys .platform .startswith ("win" ), reason = "mioDAQ support Windows-only"
87- )
87+
88+ @pytest .mark .skipif (not sys .platform .startswith ("win" ), reason = "mioDAQ support Windows-only" )
8889def test___physical_channel___get_int32_property___returns_value ():
8990 phys_chans = PhysicalChannel ("mioDAQ/port0" )
9091
9192 assert phys_chans .dig_port_logic_family in LogicFamily
9293
93- @pytest .mark .skipif (
94- not sys .platform .startswith ("win" ), reason = "mioDAQ support Windows-only"
95- )
94+
95+ @pytest .mark .skipif (not sys .platform .startswith ("win" ), reason = "mioDAQ support Windows-only" )
9696@pytest .mark .library_only (
9797 reason = "AB#2375679: gRPC interpreter doesn't support setting physical channel property."
9898)
You can’t perform that action at this time.
0 commit comments