Closed braingram closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
43877cb
) 63.69% compared to head (1cfff19
) 63.69%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
jwst downstream test failures are expected and unrelated. They are related to https://github.com/spacetelescope/jwst/pull/7590 and https://github.com/spacetelescope/jwst/pull/7605
I noticed a few expected
NoTypeWarning
messages in the test logs. This PR usespytest.warns
to catch (and check for) these warnings and modifies the import ofNoTypeWarning
intest_schema_against_crds.py
to make sure that the issuedNoTypeWarning
class in the warning filter matches the one issued by the code (this can differ if the tests are run from the repository by the code being tested is installed).Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)