spacetelescope / gwcs

Generalized World Coordinate System: provides tools for managing WCS in a general way
https://gwcs.readthedocs.io/en/latest/
46 stars 48 forks source link

prefix jwst downstream toxenv with py310 #470

Closed braingram closed 1 year ago

braingram commented 1 year ago

See: https://github.com/spacetelescope/roman_datamodels/pull/261 for more details

In brief, tox updated, because test-jwst-cov-xdist env is not listed in tox.ini and not prefixed with pyxx it no longer works. This PR prefixes it with py310 to run with python 3.10.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (77d0b01) 87.23% compared to head (2d53b64) 87.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #470 +/- ## ======================================= Coverage 87.23% 87.23% ======================================= Files 23 23 Lines 3816 3816 ======================================= Hits 3329 3329 Misses 487 487 ```

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

braingram commented 1 year ago

The failure in the py310-test-jwst-cov-xdist job appears unrelated to the changes in this PR. In this PR the job actually ran, whereas without the changes in this PR the job fails to start as seen: https://github.com/spacetelescope/gwcs/actions/runs/5882935001/job/15954514200?pr=469#step:10:17