Skip to content

Commit

Permalink
fixup! Update dependencies to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Nov 11, 2024
1 parent 3989082 commit b0b6605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/numpy/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
sys.exit(
not np.test(
verbose=2,
extra_argv=["-n", "auto", "-k=not test_mem_policy and not f2py"],
extra_argv=["-n", "auto", "-k=not test_mem_policy", "--ignore-glob=*f2py*"],
)
)

0 comments on commit b0b6605

Please sign in to comment.