-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unset metadata_from
+ rollback to Python 3.10
#185
Conversation
metadata_from
+ remove unused noqa
1e74b41
to
970dded
Compare
b599959
to
e92bcc0
Compare
e92bcc0
to
bd67bbb
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #185 +/- ##
=====================================
Coverage 1.83% 1.83%
=====================================
Files 10 10
Lines 928 928
Branches 164 147 -17
=====================================
Hits 17 17
Misses 911 911 ☔ View full report in Codecov by Sentry. |
I propose to ignore codecov warning, since the file is not covered at all anyway. |
metadata_from
+ remove unused noqametadata_from
+ rollback to Python 3.10
I just fixed the PR title which was wrong indeed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Rationale
main
status since this would solve urllib3 versions are conflicting #184 (which is blocking all scrapers) but:metadata_from
when running the scraper withyoutube2zim-playlists
; it is obviously harmless to simply disable this code since it is not possible to setup themetadata_from
which current code anywaymain
is in fact not correct, it is using Python 3.11 while we are still atzimscraperlib
2.0 which supports only Python 3.10 (don't know why this is not causing a problem in Docker build + why it does not raised a red flag before)Changes
metadata_from
to always beNone
for nowzimscraperlib
version constraints in hatch dependencies with project version (just in case)