diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-02 16:13:41 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-02 16:14:40 -0500 |
commit | 031553d7cf31d8df3b89086af7e0ff6d23d10b10 (patch) | |
tree | 447c0e5b93661378854bd4a45c3934f4a2dabbe8 /dev-python | |
parent | dev-python/PGPy: fix python tests (diff) | |
download | guru-031553d7cf31d8df3b89086af7e0ff6d23d10b10.tar.gz guru-031553d7cf31d8df3b89086af7e0ff6d23d10b10.tar.bz2 guru-031553d7cf31d8df3b89086af7e0ff6d23d10b10.zip |
dev-python/orderedmultidict: fix python tests
Closes: https://bugs.gentoo.org/888689
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild | 4 |
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 c0bda8e60..bbdadae46 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 |