Skip to content

Commit 3009e86

Browse files
committed
Restrict linux test to well, linux
1 parent d30956f commit 3009e86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ndarray/test_linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def __exit__(self, exc_type, exc, tb):
274274
return False
275275

276276
monkeypatch.setattr(blosc2_linalg, "threadpool_limits", FakeThreadpoolLimits)
277+
monkeypatch.setattr(blosc2_linalg.sys, "platform", "linux")
277278
monkeypatch.setattr(blosc2.blosc2_ext, "get_selected_matmul_block_backend", lambda: "cblas")
278279
try:
279280
_toggle_miniexpr(True)

0 commit comments

Comments
 (0)