commit:     6167283a9759174ed30a56e6b0f2692447653fae
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 16:13:09 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 16:14:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6167283a

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 <ceamac <AT> gentoo.org>

 dev-python/Pyro5/{Pyro5-5.15.ebuild => Pyro5-5.15-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

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() {

Reply via email to