Henry Schreiner
Henry Schreiner
If this works (it basically works like 2.x, so it should), I'd recommend trying `test-sources`, too. For numpy I used something like `test-sources = ["pyproject.toml", "pytest.ini", "tools"]`, and for boost-histogram...
That's `{project}` or similar. For tests that are not in the wheel, they were required; you might not have any (I don't see one quickly looking in the file). FYI,...
Do you need that top level `conftest.py` too?
Do you know why it's reporting `` 'filterwarnings' not found in `markers` configuration option``?
Oh, interesting, it wasn't picking up pyproject.toml before. Maybe remove it and just copy the README or something instead?
Excellent, that’s passing. You can remove the test-sources now, it’s working correctly. It’s strange that including the PyTest configuration in pyproject.toml breaks the tests.
NumPy 2.3.0 also bumps to the newer manylinux, so that should be fine. It looks like you don't use anything from 2_28 (at least on aarch64), so auditwheel is adding...
Thanks for your help in testing cibuildwheel 3.0! :)
Because PyPy is written in Python, and some of these as projects that were developed because of PyPy (at least I recognize hpy and cffi as born from PyPy), I...
I copied that into the PyPy issue, but I could see it being more complicated. Reporting that it is installed is correct, after all; the package is available and can...