Skip to content

Commit 5167df1

Browse files
committed
remove strict param
1 parent 4cf6d94 commit 5167df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_array_filter_dtype_passthrough(dtype):
377377
on exit, so this is an expected fail for singles.
378378
"""
379379
if dtype == np.float32:
380-
pytest.xfail(reason="ArrayFilter currently upcasts singles.", strict=True)
380+
pytest.xfail(reason="ArrayFilter currently upcasts singles.")
381381

382382
L = 8
383383
arr = np.ones((L, L), dtype=dtype)

0 commit comments

Comments
 (0)