Skip to content

Commit b0b6605

Browse files
committedNov 11, 2024
fixup! Update dependencies to the latest versions
1 parent 3989082 commit b0b6605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_package/numpy/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
sys.exit(
99
not np.test(
1010
verbose=2,
11-
extra_argv=["-n", "auto", "-k=not test_mem_policy and not f2py"],
11+
extra_argv=["-n", "auto", "-k=not test_mem_policy", "--ignore-glob=*f2py*"],
1212
)
1313
)

0 commit comments

Comments
 (0)