You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use create_instance() in tests/test_middlewares.py, we should use build_from_crawler() instead in Scrapy 2.12+ to avoid deprecation warnings and future breakages.
The text was updated successfully, but these errors were encountered:
We use
create_instance()
in tests/test_middlewares.py, we should usebuild_from_crawler()
instead in Scrapy 2.12+ to avoid deprecation warnings and future breakages.The text was updated successfully, but these errors were encountered: