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"