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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE26B15808B for ; Mon, 7 Feb 2022 20:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D988E0769; Mon, 7 Feb 2022 20:30:11 +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 E73F4E0769 for ; Mon, 7 Feb 2022 20:30:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E196C342C1B for ; Mon, 7 Feb 2022 20:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A171BD for ; Mon, 7 Feb 2022 20:30:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644265800.206ef24617e3c70f0422e08f2aff1d4bddf5f464.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/gentoopm-9999.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 206ef24617e3c70f0422e08f2aff1d4bddf5f464 X-VCS-Branch: master Date: Mon, 7 Feb 2022 20:30:08 +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: 315b445b-31d0-4a86-a565-a38f4d7ffbb7 X-Archives-Hash: 1341cf07bd3c96b50a8147ae31ad6afb commit: 206ef24617e3c70f0422e08f2aff1d4bddf5f464 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 7 19:25:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 7 20:30:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206ef246 app-portage/gentoopm: Update test logic in -9999 Signed-off-by: Michał Górny gentoo.org> app-portage/gentoopm/gentoopm-9999.ebuild | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index a187b336584d..f3f382633170 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -22,14 +22,3 @@ RDEPEND=" PDEPEND="app-eselect/eselect-package-manager" distutils_enable_tests pytest - -python_test() { - if has_version ">=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]"; then - einfo "Testing against pkgcore ..." - PACKAGE_MANAGER=pkgcore epytest - fi - if has_version ">=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]"; then - einfo "Testing against portage ..." - PACKAGE_MANAGER=portage epytest - fi -}