Skip to content

Commit

Permalink
Fix cov for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jul 28, 2022
1 parent c8d2351 commit c7351b2
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c7351b2

Please sign in to comment.