commit: ffa1292e771b440b3ebcdddc71a9df898ba93415
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Sun Aug 14 20:36:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 21:31:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa1292e
dev-python/frozendict: fix pytest dependencies
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 <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/26863
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 371501d7202e..0424323d8183 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 fa692c82ed56..f1e01464495c 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"