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

Deprecate scrapy.pipelines.images.NoimagesDrop #5489

Merged
merged 5 commits into from
Nov 5, 2022

Conversation

PluT00
Copy link

@PluT00 PluT00 commented Apr 30, 2022

Deprecate scrapy.pipelines.images.NoimagesDrop

Resolves #5368

@wRAR
Copy link
Member

wRAR commented May 1, 2022

(I don't think @deprecated works as expected for classes)

@PluT00
Copy link
Author

PluT00 commented May 1, 2022

Thanks for your response. Will fix it.

@PluT00
Copy link
Author

PluT00 commented May 1, 2022

This should work correctly

@PluT00 PluT00 force-pushed the deprecate-NoimagesDrop branch from 34d8319 to 9f659bd Compare May 1, 2022 11:27
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #5489 (ca50af6) into master (9fbd819) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5489      +/-   ##
==========================================
+ Coverage   88.67%   88.83%   +0.16%     
==========================================
  Files         162      162              
  Lines       10998    11002       +4     
  Branches     1801     1801              
==========================================
+ Hits         9752     9774      +22     
+ Misses        966      948      -18     
  Partials      280      280              
Impacted Files Coverage Δ
scrapy/pipelines/images.py 95.12% <100.00%> (+0.16%) ⬆️
scrapy/robotstxt.py 97.53% <0.00%> (+22.22%) ⬆️

@PluT00
Copy link
Author

PluT00 commented May 3, 2022

Hey! Could you tell me please, what should I do with these checks which were cancelled? And what do you think about the solution? @wRAR

@Gallaecio Gallaecio requested a review from wRAR November 5, 2022 03:52
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.

Deprecate scrapy.pipelines.images.NoimagesDrop
3 participants