-
-
Couldn't load subscription status.
- Fork 19
Test PR #298
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
Test PR #298
Conversation
154934b to
8444e3a
Compare
tox.ini
Outdated
| devdeps: pip install -U --pre -i https://pypi.anaconda.org/astropy/simple astropy | ||
|
|
||
| # gwcs is incompatible with our oldest deps | ||
| oldestdeps: pip uninstall gwcs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means I need to make gwcs optional in the tests again. Which I can, I don't mind 🤷
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #298 +/- ##
==========================================
+ Coverage 99.39% 99.45% +0.05%
==========================================
Files 64 67 +3
Lines 2325 2373 +48
==========================================
+ Hits 2311 2360 +49
+ Misses 14 13 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8444e3a to
20279d6
Compare
20279d6 to
8c0dcd6
Compare
|
|
||
|
|
||
| @pytest.fixture | ||
| def wrapped_wcses(all_4d_wcses): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm kinda keen to test gwcs inputs here.
Testing an option for adding gwcs as a test dependency for #296