Closed zacharyburnett closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
38dbf69
) 87.63% compared to head (51a3440
) 87.63%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Hopefully this resolves the issue. After merging this PR we'll have to start the HCALDP job again and then we'll see
Will try and fix the readthedocs build error in the next PR
This reverts commit 9af631fa0c0dcf475b0bbcc59545b2c81a2468d8 due to suspected involvement in https://jira.stsci.edu/browse/SPB-1432
It appears that the HCALDP build was explicitly relying on
calcos
to providepytest
as a dependency, and sincecalcos
's metadata is not parsed correctly for some reason, and the only difference seems to be using PEP621 (setup.py
->pyproject.toml
), we are reverting the PEP621 change for now.