Skip to content

Commit f135c94

Browse files
committed
fix: update array-api-strict
1 parent 5aef06f commit f135c94

File tree

2 files changed

+527
-364
lines changed

2 files changed

+527
-364
lines changed

tests/test_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def test_namespace_supset_strict() -> None:
4848
continue
4949
if "trict" in attr:
5050
continue
51+
if "ModuleType" in attr:
52+
continue
5153
if attr not in names:
5254
missing.append(attr)
5355
assert not missing, f"Missing attributes in ArrayNamespace: {missing}"

0 commit comments

Comments
 (0)