Skip to content

Commit 4816e4d

Browse files
authored
Merge pull request numpy#29356 from markdryan/markdryan/test_npy_uintp_type_enum
BUG: fix test_npy_uintp_type_enum
2 parents 8cf1f7d + f685228 commit 4816e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/tests/test_cython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,6 @@ def test_npystring_allocators_other_dtype(install_temp):
347347

348348
@pytest.mark.skipif(sysconfig.get_platform() == 'win-arm64',
349349
reason='no checks module on win-arm64')
350-
def test_npy_uintp_type_enum():
350+
def test_npy_uintp_type_enum(install_temp):
351351
import checks
352352
assert checks.check_npy_uintp_type_enum()

0 commit comments

Comments
 (0)