We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3989082 commit b0b6605Copy full SHA for b0b6605
test_package/numpy/test.py
@@ -8,6 +8,6 @@
8
sys.exit(
9
not np.test(
10
verbose=2,
11
- extra_argv=["-n", "auto", "-k=not test_mem_policy and not f2py"],
+ extra_argv=["-n", "auto", "-k=not test_mem_policy", "--ignore-glob=*f2py*"],
12
)
13
0 commit comments