dev-python/colorama: drop outdated test dep on mock

It was modified upstream to use the stdlib unittest.mock:
4321bbfda9

But it was forgotten to sync that change back here once upstream
released the change.

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2023-10-17 20:15:14 -04:00
committed by Sam James
parent b49e0fcae8
commit 839dbeffc8

View File

@@ -23,12 +23,6 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
python_install_all() {