dev-python/scrapy: fix pytest fail

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2025-04-07 22:05:42 +08:00
parent aa1f63eb15
commit c3665bb11a

View File

@@ -57,5 +57,7 @@ EPYTEST_DESELECT=(
tests/test_pipeline_files.py::TestFTPFileStore::test_persist
# Flaky test: https://github.com/scrapy/scrapy/issues/6193
tests/test_crawl.py::CrawlTestCase::test_start_requests_laziness
# Missing dependencies
tests/test_spidermiddleware_output_chain.py
)
EPYTEST_IGNORE=( docs )