8000 TST: convert remaining setup.py tests to meson instead by mattip · Pull Request #24206 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TST: convert remaining setup.py tests to meson instead #24206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TST: remove check that triggers deprecation warning in old setuptools
  • Loading branch information
mattip committed Aug 28, 2023
commit cbbae77817e61f52faf791e09240e28f41e24c89
5 changes: 0 additions & 5 deletions numpy/core/tests/test_limited_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

from numpy.testing import IS_WASM

try:
import setuptools
except ModuleNotFoundError:
pytest.skip("setuptools required", allow_module_level=True)

@pytest.mark.skipif(IS_WASM, reason="Can't start subprocess")
@pytest.mark.xfail(
sysconfig.get_config_var("Py_DEBUG"),
Expand Down
0