Gentoo Archives: gentoo-commits

From: Julien Roy <julien@××××.ca>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/PGPy/
Date: Mon, 02 Jan 2023 21:14:56
Message-Id: 1672694079.2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e.julien@gentoo
1 commit: 2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Mon Jan 2 20:53:42 2023 +0000
4 Commit: Julien Roy <julien <AT> jroy <DOT> ca>
5 CommitDate: Mon Jan 2 21:14:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ebe61bb
7
8 dev-python/PGPy: fix python tests
9 Closes: https://bugs.gentoo.org/888743
10
11 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
12
13 dev-python/PGPy/PGPy-0.6.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/PGPy/PGPy-0.6.0.ebuild b/dev-python/PGPy/PGPy-0.6.0.ebuild
17 index b9079c6ab..7b883db63 100644
18 --- a/dev-python/PGPy/PGPy-0.6.0.ebuild
19 +++ b/dev-python/PGPy/PGPy-0.6.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2022 Gentoo Authors
22 +# Copyright 2022-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -22,3 +22,5 @@ DEPEND="${RDEPEND}
27 dev-python/pyasn1[${PYTHON_USEDEP}]
28 dev-python/six[${PYTHON_USEDEP}]
29 "
30 +
31 +distutils_enable_tests pytest