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 A068015800F for ; Wed, 4 Jan 2023 08:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788AFE07EA; Wed, 4 Jan 2023 08:51:24 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 5D70DE07EE for ; Wed, 4 Jan 2023 08:51:24 +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 F4036340EA6 for ; Wed, 4 Jan 2023 08:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321BE828 for ; Wed, 4 Jan 2023 08:51:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1672694079.2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/PGPy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/PGPy/PGPy-0.6.0.ebuild X-VCS-Directories: dev-python/PGPy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e X-VCS-Branch: master Date: Wed, 4 Jan 2023 08:51:20 +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: ee6ea54e-7e04-4350-b7e6-30f392adf236 X-Archives-Hash: 452dadbddb37911e97a46cdd46eb897f commit: 2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e Author: Julien Roy jroy ca> AuthorDate: Mon Jan 2 20:53:42 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jan 2 21:14:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ebe61bb dev-python/PGPy: fix python tests Closes: https://bugs.gentoo.org/888743 Signed-off-by: Julien Roy jroy.ca> dev-python/PGPy/PGPy-0.6.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/PGPy/PGPy-0.6.0.ebuild b/dev-python/PGPy/PGPy-0.6.0.ebuild index b9079c6ab..7b883db63 100644 --- a/dev-python/PGPy/PGPy-0.6.0.ebuild +++ b/dev-python/PGPy/PGPy-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,3 +22,5 @@ DEPEND="${RDEPEND} dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest