Skip to content
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: pin numpy<2 for tests with old astroscrappy #830

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

neutrinoceros
Copy link
Contributor

I noticed CI was broken since numpy 2.0 was released: example logs
This should address it.

@@ -38,7 +38,7 @@ deps =
numpy126: numpy==1.26.*

astroscrappy11: astroscrappy==1.1.*
astroscrappy10: astroscrappy==1.0.*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also removing the astropyscrappy10 env as it doesn't seem to be used in CI, but obviously I'm happy to revert this if undesired.

@neutrinoceros neutrinoceros marked this pull request as ready for review June 19, 2024 09:01
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.61%. Comparing base (2e00b2f) to head (33d9bde).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #830      +/-   ##
==========================================
- Coverage   97.62%   97.61%   -0.01%     
==========================================
  Files           9        9              
  Lines        1388     1383       -5     
==========================================
- Hits         1355     1350       -5     
  Misses         33       33              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mwcraig
Copy link
Member

mwcraig commented Jun 19, 2024

Thanks, @neutrinoceros!

@mwcraig mwcraig merged commit 49d2657 into astropy:main Jun 19, 2024
15 checks passed
@neutrinoceros neutrinoceros deleted the tst/olddeps/pin_numpy2 branch June 19, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants