aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-02 15:53:42 -0500
committerJulien Roy <julien@jroy.ca>2023-01-02 16:14:39 -0500
commit2ebe61bbf7a443b78414cc8ab41a9350ad17bc0e (patch)
tree62e6e0e5e9f5264687a2ad52ba59317d9a7f170b
parentdev-python/mistletoe: fix python tests (diff)
downloadguru-2ebe61bb.tar.gz
guru-2ebe61bb.tar.bz2
guru-2ebe61bb.zip
dev-python/PGPy: fix python tests
Closes: https://bugs.gentoo.org/888743 Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--dev-python/PGPy/PGPy-0.6.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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