Skip to content

Commit a4999e2

Browse files
committed
Remove defunct extension_module() meta tests
1 parent eec946e commit a4999e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

array_api_tests/meta/test_utils.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313
oneway_broadcastable_shapes,
1414
oneway_promotable_dtypes,
1515
)
16-
from ..test_signatures import extension_module
17-
18-
19-
def test_extension_module_is_extension():
20-
assert extension_module("linalg")
21-
22-
23-
def test_extension_func_is_not_extension():
24-
assert not extension_module("linalg.cross")
2516

2617

2718
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)