aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-02 16:13:41 -0500
committerJulien Roy <julien@jroy.ca>2023-01-02 16:14:40 -0500
commit031553d7cf31d8df3b89086af7e0ff6d23d10b10 (patch)
tree447c0e5b93661378854bd4a45c3934f4a2dabbe8
parentdev-python/PGPy: fix python tests (diff)
downloadguru-031553d7.tar.gz
guru-031553d7.tar.bz2
guru-031553d7.zip
dev-python/orderedmultidict: fix python tests
Closes: https://bugs.gentoo.org/888689 Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild b/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
index c0bda8e608..bbdadae46f 100644
--- a/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
+++ b/dev-python/orderedmultidict/orderedmultidict-1.0.1.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
@@ -21,4 +21,4 @@ RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}"
-distutils_enable_tests unittest
+distutils_enable_tests pytest