commit: fab71db4fc8356dfdda6a1fd37b0746390c88bcb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 14:37:06 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 14 15:12:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab71db4
dev-python/elementpath: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/elementpath/elementpath-4.4.0.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-python/elementpath/elementpath-4.4.0.ebuild
b/dev-python/elementpath/elementpath-4.4.0.ebuild
index 8eac7d175276..67f73a2518b7 100644
--- a/dev-python/elementpath/elementpath-4.4.0.ebuild
+++ b/dev-python/elementpath/elementpath-4.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
@@ -27,8 +27,7 @@ BDEPEND="
distutils_enable_tests pytest
-src_prepare() {
+EPYTEST_IGNORE=(
# fails for some reason, more fit for upstream testing anyway
- rm tests/test_typing.py || die
- distutils-r1_src_prepare
-}
+ tests/test_typing.py
+)