From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39FFB1581EE for ; Mon, 07 Apr 2025 14:28:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 25EC43430DE for ; Mon, 07 Apr 2025 14:28:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 544681104CB; Mon, 07 Apr 2025 14:27:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4591A1104CB for ; Mon, 07 Apr 2025 14:27:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 012E33430D9 for ; Mon, 07 Apr 2025 14:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8B42894 for ; Mon, 07 Apr 2025 14:27:24 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1744036014.c3665bb11a1d4d757408e111e4e561b8cb8b8697.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scrapy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/scrapy/scrapy-2.12.0.ebuild X-VCS-Directories: dev-python/scrapy/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: c3665bb11a1d4d757408e111e4e561b8cb8b8697 X-VCS-Branch: dev Date: Mon, 07 Apr 2025 14:27:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9893922-dc5b-4fff-bf32-a4b12ecc715d X-Archives-Hash: 9406959f83705079ce671f76cc54e022 commit: c3665bb11a1d4d757408e111e4e561b8cb8b8697 Author: Huang Rui gmail com> AuthorDate: Mon Apr 7 14:05:42 2025 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Apr 7 14:26:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3665bb1 dev-python/scrapy: fix pytest fail Signed-off-by: Huang Rui gmail.com> 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 efc31d086..559503400 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 )