dev-python/frozendict: fix pytest dependencies

Fixes: 89e4ee59e0 ("dev-python/frozendict: fix test phase")
Fixes: 880f511ea9 ("dev-python/frozendict: add 2.3.4")
Closes: https://bugs.gentoo.org/865163
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/26863
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Petr Vaněk
2022-08-14 22:36:58 +02:00
committed by Sam James
parent 837268c60e
commit ffa1292e77
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
distutils_enable_tests pytest
python_test() {
cd "${T}" || die
epytest "${S}/test"

View File

@@ -23,6 +23,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
distutils_enable_tests pytest
python_test() {
cd "${T}" || die
epytest "${S}/test"