We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf1f7d + f685228 commit 4816e4dCopy full SHA for 4816e4d
numpy/_core/tests/test_cython.py
@@ -347,6 +347,6 @@ def test_npystring_allocators_other_dtype(install_temp):
347
348
@pytest.mark.skipif(sysconfig.get_platform() == 'win-arm64',
349
reason='no checks module on win-arm64')
350
-def test_npy_uintp_type_enum():
+def test_npy_uintp_type_enum(install_temp):
351
import checks
352
assert checks.check_npy_uintp_type_enum()
0 commit comments