-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use new weak_ref in scrapy_poet's Injector to handle more cases
- Loading branch information
Showing
4 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ def get_version(): | |
# Sync with [testenv:pinned-provider] @ tox.ini | ||
"provider": [ | ||
"andi>=0.6.0", | ||
"scrapy-poet>=0.19.0", | ||
# "scrapy-poet>=0.19.0", | ||
"scrapy-poet @ git+https://[email protected]/scrapinghub/scrapy-poet@weak-cache#egg=scrapy-poet", | ||
# "web-poet>=0.15.1", | ||
"web-poet @ git+https://[email protected]/scrapinghub/web-poet@response#egg=web-poet", | ||
"zyte-common-items>=0.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,8 @@ deps = | |
# scrapy-poet >= 0.4.0 depends on scrapy >= 2.6.0 | ||
{[testenv:pinned-scrapy-2x6]deps} | ||
andi==0.6.0 | ||
scrapy-poet==0.19.0 | ||
#scrapy-poet==0.19.0 | ||
scrapy-poet @ git+https://[email protected]/scrapinghub/scrapy-poet@weak-cache#egg=scrapy-poet | ||
#web-poet==0.15.1 | ||
web-poet @ git+https://[email protected]/scrapinghub/web-poet@response#egg=web-poet | ||
zyte-common-items==0.8.0 | ||
|