diff --git a/test_package/numpy/test.py b/test_package/numpy/test.py index 746663f..ad3320c 100644 --- a/test_package/numpy/test.py +++ b/test_package/numpy/test.py @@ -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/**"], ) )