spacetelescope / stcal

https://stcal.readthedocs.io/en/latest/
Other
10 stars 32 forks source link

fix devdeps #274

Closed braingram closed 3 months ago

braingram commented 3 months ago

The devdeps tests are failing due to a failure to find a tweakreg dependency: https://github.com/spacetelescope/stcal/actions/runs/10099805963/job/27929757174

https://github.com/spacetelescope/stcal/blob/5fbabf672bc4f9a5c1eb522bc7b8896a6a5dfcc8/tox.ini#L65

This PR fixes the typo to use tweakwcs and installs it from git (as I don't believe pre-releases are common for tweakwcs).

Checklist

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.01%. Comparing base (5772579) to head (58018d4). Report is 196 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #274 +/- ## ========================================== + Coverage 83.79% 84.01% +0.22% ========================================== Files 35 39 +4 Lines 6998 7345 +347 ========================================== + Hits 5864 6171 +307 - Misses 1134 1174 +40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.