-
Notifications
You must be signed in to change notification settings - Fork 280
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
TST: CI instability (xref upstream breakage from setuptools+numpy+astropy) #4224
Comments
So, another library that I maintain, unrelated to yt, began failing tests with a suspiciously similar error:
And pulling the thread leads to pypa/setuptools#3693 |
That said, if yt on-demand-imports mechanism didn't swallow the initial |
a final note for now: in Python 3.11, we could leverage this feature: https://docs.python.org/3/whatsnew/3.11.html#pep-678-exceptions-can-be-enriched-with-notes This would be useful if we can manage to keep things tidy on earlier versions too. |
The situation just got resolved with the release of setuptools 65.6.1 |
Bug report
Bug summary
yt/visualization/tests/test_fits_image.py
started failing on certain platforms a few hours ago, see for instancehttps://github.com/yt-project/yt/actions/runs/3504488379/jobs/5870201144
It seems that the on-demand-import wrapper around astropy is crashing the test with
However astropy is indeed installed in those jobs (see the logs). There were no recent changes (less than 24h) in the test itself or the
fits_image.py
module, astropy wasn't upgraded since the last successful job, and I haven't been able to reproduce this problem locally thus far.The text was updated successfully, but these errors were encountered: