From 031553d7cf31d8df3b89086af7e0ff6d23d10b10 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 2 Jan 2023 16:13:41 -0500 Subject: [PATCH] dev-python/orderedmultidict: fix python tests Closes: https://bugs.gentoo.org/888689 Signed-off-by: Julien Roy --- 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 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