diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-17 20:15:14 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 03:22:24 +0100 |
commit | 839dbeffc85c234bbcff1739f9d51e610fac1715 (patch) | |
tree | 9aa9fa400a2103f0c75eaa094efaf6526c0b97fc /dev-python/colorama | |
parent | dev-python/hypothesis: remove outdated test dep on mock (diff) | |
download | gentoo-839dbeffc85c234bbcff1739f9d51e610fac1715.tar.gz gentoo-839dbeffc85c234bbcff1739f9d51e610fac1715.tar.bz2 gentoo-839dbeffc85c234bbcff1739f9d51e610fac1715.zip |
dev-python/colorama: drop outdated test dep on mock
It was modified upstream to use the stdlib unittest.mock:
https://github.com/tartley/colorama/commit/4321bbfda9aa190acdad05eb901d3b59439f0ec9
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>
Diffstat (limited to 'dev-python/colorama')
-rw-r--r-- | dev-python/colorama/colorama-0.4.6.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/colorama/colorama-0.4.6.ebuild b/dev-python/colorama/colorama-0.4.6.ebuild index 2d71f3b0a289..751fdfcdc4c9 100644 --- a/dev-python/colorama/colorama-0.4.6.ebuild +++ b/dev-python/colorama/colorama-0.4.6.ebuild @@ -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() { |