-
Notifications
You must be signed in to change notification settings - Fork 179
Rollforward stpipe version in setup #7400
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
Rollforward stpipe version in setup #7400
Conversation
Codecov ReportBase: 80.06% // Head: 76.30% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #7400 +/- ##
==========================================
- Coverage 80.06% 76.30% -3.76%
==========================================
Files 417 417
Lines 38045 38045
==========================================
- Hits 30460 29031 -1429
- Misses 7585 9014 +1429
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Some of the CI tests are failing with: ERROR: Could not find a version that satisfies the requirement stpipe<1.0,>=0.4.4 (from jwst[test]) (from versions: 0.0.0, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1, 0.4.2, 0.4.3) |
|
And the regtest run is already throwing lots of test errors in the console log. Something's not right. |
The first call to PyPI for |
0decdf0 to
eff8f03
Compare
|
Latest regtest run is https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/506/ |
|
there are a few errors in the regtests with |
|
All 12 errors in the most recent regtest run are unrelated. 11 are due to numpy 1.20.0 being released, which completely deprecated the |
Reverts #7399
The most recent
stpipeversion improperly packaged scripts; this unpins the release to the new release with a fix.Checklist for maintainers
CHANGES.rstwithin the relevant release sectionHow to run regression tests on a PR