From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 6C5E315807B for ; Sun, 27 Oct 2024 11:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69FA1E0833; Sun, 27 Oct 2024 11:31:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FEB3E0833 for ; Sun, 27 Oct 2024 11:31:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DB0E3430C4 for ; Sun, 27 Oct 2024 11:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0175F32 for ; Sun, 27 Oct 2024 11:31:37 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1730028694.b9ccc5b044e9a88e7e342b70019ed1bb4dee01cc.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.27.7.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b9ccc5b044e9a88e7e342b70019ed1bb4dee01cc X-VCS-Branch: master Date: Sun, 27 Oct 2024 11:31:37 +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: 269cdefc-1790-427d-8dd0-a2f924d49f36 X-Archives-Hash: a1e35cc16496c56eae3918c7c2e47950 commit: b9ccc5b044e9a88e7e342b70019ed1bb4dee01cc Author: Maciej Barć gentoo org> AuthorDate: Sun Oct 27 10:26:47 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Oct 27 11:31:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ccc5b0 net-misc/gallery-dl: remove new tests that use net Closes: https://bugs.gentoo.org/942324 Signed-off-by: Maciej Barć gentoo.org> net-misc/gallery-dl/gallery-dl-1.27.7.ebuild | 2 +- net-misc/gallery-dl/gallery-dl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.27.7.ebuild b/net-misc/gallery-dl/gallery-dl-1.27.7.ebuild index c785e9eeb31f..254956362b1d 100644 --- a/net-misc/gallery-dl/gallery-dl-1.27.7.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.27.7.ebuild @@ -34,7 +34,7 @@ distutils_enable_tests unittest src_prepare() { # Tests against real servers, some tests always fail and some are subject to change. - rm test/test_results.py || die + rm test/test_extractor.py test/test_results.py || die distutils-r1_src_prepare } diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index fea34fbde450..1ed226367c28 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -34,7 +34,7 @@ distutils_enable_tests unittest src_prepare() { # Tests against real servers, some tests always fail and some are subject to change. - rm test/test_results.py || die + rm test/test_extractor.py test/test_results.py || die distutils-r1_src_prepare }