summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-08-14 10:59:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-14 11:48:23 +0200
commit89e4ee59e0465a9ac90a5094fdea919f0ebe02a2 (patch)
tree87a333c30ca68565de0842b4fce9491fab215085 /dev-python/frozendict
parentdev-python/numpy: Bump to 1.23.2 (diff)
downloadgentoo-89e4ee59e0465a9ac90a5094fdea919f0ebe02a2.tar.gz
gentoo-89e4ee59e0465a9ac90a5094fdea919f0ebe02a2.tar.bz2
gentoo-89e4ee59e0465a9ac90a5094fdea919f0ebe02a2.zip
dev-python/frozendict: fix test phase
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/frozendict')
-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"
+}