dev-python/frozendict: fix test phase

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Petr Vaněk
2022-08-14 10:59:53 +02:00
committed by Michał Górny
parent 106161782c
commit 89e4ee59e0

View File

@@ -21,7 +21,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
# few tests fail with python3_9 and one with python3_10
RESTRICT="test"
distutils_enable_tests pytest
python_test() {
cd "${T}" || die
epytest "${S}/test"
}