commit: 031553d7cf31d8df3b89086af7e0ff6d23d10b10 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon Jan 2 21:13:41 2023 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon Jan 2 21:14:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=031553d7
dev-python/orderedmultidict: fix python tests Closes: https://bugs.gentoo.org/888689 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild | 4 ++-- 1 file 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
