Skip to content

Commit 9c5436c

Browse files
committed
New default version
1 parent 1c77ba0 commit 9c5436c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

array_api_strict/tests/test_elementwise_functions.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from inspect import signature, getmodule
22

3-
import pytest
4-
53
from numpy.testing import assert_raises
64

75
from .. import asarray, _elementwise_functions
@@ -128,8 +126,7 @@ def _array_vals(dtypes):
128126
yield asarray(1., dtype=d)
129127

130128
# Use the latest version of the standard so all functions are included
131-
with pytest.warns(UserWarning):
132-
set_array_api_strict_flags(api_version="2023.12")
129+
set_array_api_strict_flags(api_version="2023.12")
133130

134131
for func_name, types in elementwise_function_input_types.items():
135132
dtypes = _dtype_categories[types]

0 commit comments

Comments
 (0)