Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

SciPy nightly builds are failing because pooch is not installed #175

Closed
thomasjpfan opened this issue Aug 26, 2022 · 4 comments
Closed

SciPy nightly builds are failing because pooch is not installed #175

thomasjpfan opened this issue Aug 26, 2022 · 4 comments

Comments

@thomasjpfan
Copy link
Contributor

The nightly CI is failing because pooch is not installed.

Side note: Should test that require the network run by default? I think some package managers do not allow network access when testing a package.

@tylerjereddy
Copy link
Collaborator

FWIW, we're about to switch over to cibuildwheel for 1.9.2 onward, if all goes well, so maybe this will get managed over in the main repo.

From a quick check our new setup for cibuildwheel in main repo pyproject.toml has before-test = "pip install -r {project}/tools/wheels/test_requirements.txt"

Where test_requirements.txt has pooch in it over in the main repo. So, probably "ok" over there assuming we switch wheels infra before 1.10?

@thomasjpfan
Copy link
Contributor Author

Thank you for the information. It looks like this issue will be resolved on the main repo.

@rgommers
Copy link
Contributor

Yes, we're switching over. We should disable the nightly runs here though, no point keeping those going (also we don't want competing uploads to the Anaconda bucket. I'll open a PR for that.

@rgommers
Copy link
Contributor

done in gh-176

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants