scrapy / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
https://scrapy.org
BSD 3-Clause "New" or "Revised" License
50.99k stars 10.34k forks source link

Add an extra-deps job for pypy #6271

Open Gallaecio opened 2 months ago

Gallaecio commented 2 months ago

After https://github.com/scrapy/scrapy/pull/6269 pypy gets brotlicffi support. However, it currently runs in all pypy jobs in CI. It would be best to have a separate CI job for pypy+extra-deps, same as we have with have for other scenarios, so that we know that Scrapy works well in pypy without installing brotlicffi or any other extra.