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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC8BC1382C5 for ; Sun, 6 Dec 2020 09:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A26E0929; Sun, 6 Dec 2020 09:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C8BE0929 for ; Sun, 6 Dec 2020 09:14:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03E3F341121 for ; Sun, 6 Dec 2020 09:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B173481 for ; Sun, 6 Dec 2020 09:14:25 +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: <1607246049.f378f1ffb8388b94d09863f3a59796ce957fd968.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-regressions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild X-VCS-Directories: dev-python/pytest-regressions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f378f1ffb8388b94d09863f3a59796ce957fd968 X-VCS-Branch: master Date: Sun, 6 Dec 2020 09:14:25 +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: 42ba7f03-205f-4a97-aaaf-6bf15c5d78c8 X-Archives-Hash: 1bc7cc116fc7954e058d17588ef7f62a commit: f378f1ffb8388b94d09863f3a59796ce957fd968 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Dec 6 08:58:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 6 09:14:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f378f1ff dev-python/pytest-regressions: fix tests Closes: https://bugs.gentoo.org/758737 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Closes: https://github.com/gentoo/gentoo/pull/18527 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild b/dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild index c182743328e..7517d909f5d 100644 --- a/dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild +++ b/dev-python/pytest-regressions/pytest-regressions-2.0.2.ebuild @@ -29,10 +29,5 @@ RDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] " -distutils_enable_tests pytest +distutils_enable_tests --install pytest distutils_enable_sphinx doc dev-python/sphinx_rtd_theme - -python_test() { - distutils_install_for_testing - pytest -vv || die "Tests failed with ${EPYTHON}" -}