commit:     755fb653b160938a2ebb4de591da3798b36b160c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 04:34:43 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 04:34:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755fb653

dev-python/wxpython: restrict tests

They're horrifically broken right now - either hanging
or segfaulting.

Bug: https://bugs.gentoo.org/722716
Bug: https://bugs.gentoo.org/726812
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/wxpython/wxpython-4.0.7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild 
b/dev-python/wxpython/wxpython-4.0.7.ebuild
index 7384de46cd5..af48ced27b6 100644
--- a/dev-python/wxpython/wxpython-4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7.ebuild
@@ -18,7 +18,9 @@ LICENSE="wxWinLL-3"
 SLOT="4.0"
 KEYWORDS="~alpha amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test webkit"
-RESTRICT="!test? ( test )"
+# Tests broken: #726812, #722716
+RESTRICT="test"
+#RESTRICT="!test? ( test )"
 
 # wxPython doesn't seem to be able to optionally disable features. webkit is
 # optionally patched out because it's so huge, but other elements are not,

Reply via email to