Skip to content

Commit a0eb625

Browse files
committed
Better test skip on Windows (maybe)
1 parent d0319ac commit a0eb625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suitesparse_graphblas/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
supports_complex,
2020
unsigned_integer_types,
2121
)
22-
from suitesparse_graphblas.io import binary
2322

2423
if platform.system() == "Windows":
2524
pytest.skip("skipping windows-only tests", allow_module_level=True)
2625

26+
from suitesparse_graphblas.io import binary # noqa isort:skip
2727

2828
NULL = ffi.NULL
2929

0 commit comments

Comments
 (0)