Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pkg_resources usage with packaging + importlib.metadata #392

Merged
merged 5 commits into from
Jul 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix cov for pypy
  • Loading branch information
adrien-berchet committed Jul 28, 2022
commit c7351b2086d5d711cbeb0c92f27002829e72bab3
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ passenv=
setenv=
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
EXPECTED_COV = 91
pypy3: EXPECTED_COV = 78
pypy3: EXPECTED_COV = 77
deps=
alembic
sqla14: SQLAlchemy==1.4.*
Expand Down