From ffa1292e771b440b3ebcdddc71a9df898ba93415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Sun, 14 Aug 2022 22:36:58 +0200 Subject: [PATCH] dev-python/frozendict: fix pytest dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: 89e4ee59e046 ("dev-python/frozendict: fix test phase") Fixes: 880f511ea944 ("dev-python/frozendict: add 2.3.4") Closes: https://bugs.gentoo.org/865163 Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoo/pull/26863 Signed-off-by: Sam James --- dev-python/frozendict/frozendict-2.3.2.ebuild | 2 ++ dev-python/frozendict/frozendict-2.3.4.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-python/frozendict/frozendict-2.3.2.ebuild b/dev-python/frozendict/frozendict-2.3.2.ebuild index 371501d7202e3..0424323d81835 100644 --- a/dev-python/frozendict/frozendict-2.3.2.ebuild +++ b/dev-python/frozendict/frozendict-2.3.2.ebuild @@ -21,6 +21,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64" +distutils_enable_tests pytest + python_test() { cd "${T}" || die epytest "${S}/test" diff --git a/dev-python/frozendict/frozendict-2.3.4.ebuild b/dev-python/frozendict/frozendict-2.3.4.ebuild index fa692c82ed568..f1e01464495cf 100644 --- a/dev-python/frozendict/frozendict-2.3.4.ebuild +++ b/dev-python/frozendict/frozendict-2.3.4.ebuild @@ -23,6 +23,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64" +distutils_enable_tests pytest + python_test() { cd "${T}" || die epytest "${S}/test"