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 f4960cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions test_package/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
hypothesis==6.118.7
meson==1.6.0
numpy==2.1.3
pytest-xdist==3.6.1
pytest==8.3.3
Expand Down
9 changes: 1 addition & 8 deletions test_package/numpy/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,4 @@
import sys
import numpy as np

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

0 comments on commit f4960cd

Please sign in to comment.