dev-python/orderedmultidict: fix python tests

Closes: https://bugs.gentoo.org/888689

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-01-02 16:13:41 -05:00
parent 2ebe61bbf7
commit 031553d7cf

View File

@@ -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