commit: 045b09b1bc1b16648aed6bb5acc349785c4bfbf0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:25:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:29:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045b09b1
dev-python/logical-unification: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/logical-unification/logical-unification-0.4.6.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/logical-unification/logical-unification-0.4.6.ebuild
b/dev-python/logical-unification/logical-unification-0.4.6.ebuild
index a4d2f2079412..ef3038a1d16e 100644
--- a/dev-python/logical-unification/logical-unification-0.4.6.ebuild
+++ b/dev-python/logical-unification/logical-unification-0.4.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -33,4 +33,6 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_benchmarks.py
+ # weird test for testing limits of runtime
+ tests/test_core.py::test_reify_recursion_limit
)