summaryrefslogtreecommitdiff
path: root/dev-python/frozendict/frozendict-2.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/frozendict/frozendict-2.3.2.ebuild')
-rw-r--r--dev-python/frozendict/frozendict-2.3.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/frozendict/frozendict-2.3.2.ebuild b/dev-python/frozendict/frozendict-2.3.2.ebuild
index bf424c54eba1..371501d7202e 100644
--- a/dev-python/frozendict/frozendict-2.3.2.ebuild
+++ b/dev-python/frozendict/frozendict-2.3.2.ebuild
@@ -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"
+}