Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Oct 31, 2024
1 parent 3d617ab commit 1b21b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_strict/tests/test_array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def test_array_namespace():
assert array_api_strict.__array_api_version__ == "2021.12"

pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2021.11"))
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2024.12"))
pytest.raises(ValueError, lambda: a.__array_namespace__(api_version="2025.12"))

def test_iter():
pytest.raises(TypeError, lambda: iter(asarray(3)))
Expand Down

0 comments on commit 1b21b2c

Please sign in to comment.