Nathan Goldbaum
Nathan Goldbaum
> Should we try and keep those special cases in? Probably
I added the 2.3 milestone to make sure we don't drop reviewing this before cutting the release.
I spoke with Lysandros and he said it's OK to push this off. We'll coordinate on getting this reviewed soon.
If I had to hazard a guess either pytest, scipy itself, or some scipy test infrastructure is leaking file descriptors.
You can customize it, but 256 comes from the MacOS default. It's much lower than pretty much any other unix and commonly causes issues. More info: https://hiltmon.com/blog/2023/01/01/increasing-file-descriptor-ulimit-on-macos/
I did a little more debugging this morning and I don't think this is because of leaking file descriptors. I opened two terminals. In one I did `spin test`. In...
I don't think it has anything to do with spin - I can trigger it with `python -m pytest -m 'not slow' --pyargs scipy` if I build a scipy wheel...
`dev.py test` dies in the same way: ``` goldbaum at Nathans-MBP in ~/Documents/scipy on main! ± python dev.py test 💻 ninja -C /Users/goldbaum/Documents/scipy/build -j11 ninja: Entering directory `/Users/goldbaum/Documents/scipy/build' [2/338] Generating...
I bisected this while watching my wife play Stardew Valley this morning. Good lazy Saturday activity. Anyway, it looks like the culprit is ecd72a57d0c5d55a145ea159ac52d48ca71952c6, which is part of https://github.com/scipy/scipy/pull/22478 from...
FWIW I'm actively working on getting a version of cryptography working with the free-threaded build: https://github.com/pyca/cryptography/pull/12555