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

Add support for annotated deps in savefixture. #190

Merged
merged 7 commits into from
Mar 4, 2024
Merged

Conversation

wRAR
Copy link
Member

@wRAR wRAR commented Feb 27, 2024

@kmike
Copy link
Member

kmike commented Feb 28, 2024

LGTM, though it might need some updates after feedback on scrapinghub/web-poet#201 is addressed.

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Merging #190 (5b138bb) into master (45ab522) will decrease coverage by 0.46%.
The diff coverage is 61.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   87.13%   86.68%   -0.46%     
==========================================
  Files          15       15              
  Lines         917      916       -1     
==========================================
- Hits          799      794       -5     
- Misses        118      122       +4     
Files Coverage Δ
scrapy_poet/__init__.py 100.00% <100.00%> (ø)
scrapy_poet/api.py 100.00% <100.00%> (ø)
scrapy_poet/injection.py 98.64% <100.00%> (+<0.01%) ⬆️
scrapy_poet/utils/mockserver.py 68.18% <100.00%> (+0.73%) ⬆️
scrapy_poet/commands.py 34.57% <16.66%> (-0.72%) ⬇️

@@ -26,10 +26,10 @@
"parsel >= 1.5.0",
"scrapy >= 2.6.0",
"sqlitedict >= 1.5.0",
"time_machine >= 2.2.0",
"time_machine >= 2.7.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

New web-poet requires >= 2.7.1.

@wRAR wRAR merged commit 0397bc2 into master Mar 4, 2024
14 of 15 checks passed
@wRAR wRAR deleted the annotated-savefixture branch March 4, 2024 13:48
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.

3 participants