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

ItemProvider always requires Response #150

Closed
kmike opened this issue Jun 8, 2023 · 2 comments
Closed

ItemProvider always requires Response #150

kmike opened this issue Jun 8, 2023 · 2 comments
Assignees

Comments

@kmike
Copy link
Member

kmike commented Jun 8, 2023

Currently ItemProvider always requires Response. So, if a page object doesn't need a response, and an item produced by this page object is used as a dependency, then Response is still downloaded.

@wRAR
Copy link
Member

wRAR commented Jun 12, 2023

As ItemProvider only needs a Response object to pass it to build_instances() we discussed the idea that just passing a DummyResponse instance there can be enough but didn't check that.

@Gallaecio
Copy link
Member

Resolved by #175

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 a pull request may close this issue.

3 participants