From c3665bb11a1d4d757408e111e4e561b8cb8b8697 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Mon, 7 Apr 2025 22:05:42 +0800 Subject: [PATCH] dev-python/scrapy: fix pytest fail Signed-off-by: Huang Rui --- dev-python/scrapy/scrapy-2.12.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/scrapy/scrapy-2.12.0.ebuild b/dev-python/scrapy/scrapy-2.12.0.ebuild index efc31d0868..559503400e 100644 --- a/dev-python/scrapy/scrapy-2.12.0.ebuild +++ b/dev-python/scrapy/scrapy-2.12.0.ebuild @@ -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 )