commit: a9bd6dc925352f3f098c4db102d0697780de8cd7
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 7 12:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9bd6dc9
dev-python/http-ece: enable py3.13
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/http-ece/http-ece-1.2.1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild
b/dev-python/http-ece/http-ece-1.2.1.ebuild
index e121e8bc5..1c1d35790 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
# TODO re-enable pypi when it is available on there
# <https://github.com/web-push-libs/encrypted-content-encoding/issues/79>
@@ -24,6 +24,8 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
-RESTRICT="test" # tests seem to be broken, further investigation advised
-
distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}