From 6167283a9759174ed30a56e6b0f2692447653fae Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Thu, 19 Oct 2023 19:13:09 +0300 Subject: [PATCH] dev-python/Pyro5: disable failing test It looks harmelss and it is pypy3 specific. Informed upstream. Require python[sqlite]. Closes: https://bugs.gentoo.org/915997 Signed-off-by: Viorel Munteanu --- dev-python/Pyro5/{Pyro5-5.15.ebuild => Pyro5-5.15-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename dev-python/Pyro5/{Pyro5-5.15.ebuild => Pyro5-5.15-r1.ebuild} (85%) diff --git a/dev-python/Pyro5/Pyro5-5.15.ebuild b/dev-python/Pyro5/Pyro5-5.15-r1.ebuild similarity index 85% rename from dev-python/Pyro5/Pyro5-5.15.ebuild rename to dev-python/Pyro5/Pyro5-5.15-r1.ebuild index 5604b18bb3..fb02557a55 100644 --- a/dev-python/Pyro5/Pyro5-5.15.ebuild +++ b/dev-python/Pyro5/Pyro5-5.15-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools @@ -31,6 +32,7 @@ distutils_enable_sphinx docs/source \ EPYTEST_DESELECT=( tests/test_socketutil.py::TestSocketutil::testGetInterface # https://github.com/irmen/Pyro5/issues/82 + tests/test_server.py::TestServerOnce::testRegisterWeak # https://github.com/irmen/Pyro5/issues/83 (pypy3 specific) ) python_test() {