Closed akx closed 4 months ago
cc @tomasr8 @podgorniy94
Attention: Patch coverage is 87.50000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 91.21%. Comparing base (
42d793c
) to head (7a029e0
).
Files | Patch % | Lines |
---|---|---|
babel/messages/_compat.py | 78.94% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #1093 (supersedes it, based on it). Refs #861.
This PR makes Babel attempt to use
importlib.metadata
instead ofpkg_resources
where available.It also adds a test that proves the Jinja2 extractor also works on Python 3.12; this is ran in CI as well.