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

Remove six library and upgrade Python syntax #270

Merged
merged 9 commits into from
Sep 27, 2021

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 10, 2020

Fixes #269.

Upgrades Python syntax with https://github.com/asottile/pyupgrade using --py36-plus

@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #270 (73fc5f3) into master (30ea112) will decrease coverage by 0.37%.
The diff coverage is 60.99%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
- Coverage   73.21%   72.83%   -0.38%     
==========================================
  Files          68       68              
  Lines        2972     2901      -71     
  Branches      324      324              
==========================================
- Hits         2176     2113      -63     
+ Misses        735      727       -8     
  Partials       61       61              
Impacted Files Coverage Δ
spidermon/__init__.py 100.00% <ø> (ø)
spidermon/contrib/actions/__init__.py 100.00% <ø> (ø)
spidermon/contrib/actions/email/ses.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/jobs/tags.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/reports/__init__.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/reports/files.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/reports/s3.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/sentry/__init__.py 0.00% <0.00%> (ø)
spidermon/contrib/actions/slack/__init__.py 48.97% <0.00%> (-1.03%) ⬇️
spidermon/contrib/actions/slack/notifiers.py 0.00% <0.00%> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30ea112...73fc5f3. Read the comment docs.

@hugovk hugovk mentioned this pull request Sep 10, 2020
@rennerocha rennerocha added this to the 1.15.0 milestone Jan 19, 2021
@rennerocha rennerocha removed this from the 1.15.0 milestone Apr 7, 2021
@hugovk
Copy link
Contributor Author

hugovk commented May 17, 2021

Merge conflict resolved!

Is there anything more I need to do for this?

@hugovk
Copy link
Contributor Author

hugovk commented Sep 9, 2021

One year later: is there something I can do to help get this merged? It simplifies code paths and removes a dependency, so could improve installation and code speed.

Perhaps if I drop all changes other than removing the six dependency?

Otherwise I don't mind closing the PR.

Thank you!

@rennerocha rennerocha added this to the 1.16.0 milestone Sep 27, 2021
Copy link
Collaborator

@rennerocha rennerocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for taking too long for reviewing this PR. It should be merged months ago!

@rennerocha rennerocha merged commit 1838ec9 into scrapinghub:master Sep 27, 2021
@hugovk hugovk deleted the rm-six branch September 27, 2021 19:27
@hugovk
Copy link
Contributor Author

hugovk commented Sep 27, 2021

No problem, thanks! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove six library
3 participants