Skip to content

Commit f4960cd

Browse files
committed
fixup! Update dependencies to the latest versions
1 parent 3989082 commit f4960cd

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

test_package/numpy/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
hypothesis==6.118.7
2+
meson==1.6.0
23
numpy==2.1.3
34
pytest-xdist==3.6.1
45
pytest==8.3.3

test_package/numpy/test.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@
33
import sys
44
import numpy as np
55

6-
# `test_mem_policy.py` and `f2py/*` tests fail with Python 3.11 due to `numpy.distutils`
7-
# deprecations and issues with the latest `setuptools`. Ignore it until it's resolves in `numpy`.
8-
sys.exit(
9-
not np.test(
10-
verbose=2,
11-
extra_argv=["-n", "auto", "-k=not test_mem_policy and not f2py"],
12-
)
13-
)
6+
sys.exit(not np.test(verbose=2, extra_argv=["-n", "auto"]))

0 commit comments

Comments
 (0)