-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Updated importlib-metadata constraint #1953
Updated importlib-metadata constraint #1953
Conversation
4d49806
to
6a8c3d1
Compare
Codecov Report
@@ Coverage Diff @@
## main #1953 +/- ##
==========================================
- Coverage 93.93% 93.91% -0.03%
==========================================
Files 86 86
Lines 4237 4237
==========================================
- Hits 3980 3979 -1
- Misses 257 258 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@gaborbernat test failures are not related to my change. Could you take a look at it? Thanks. |
Not at the moment. And until tests pass we won't merge. If you can take a look that would be great. |
6a8c3d1
to
45bc97b
Compare
On Python<3.8,
importlib-metadata==2.0.0
causes dependency conflicts because of the pinned constraintpython<3.8
. There is no breaking change in the importlib-metadata version 2.0.0.development documentation
tox -e fix_lint
)docs/changelog
folder