From 03fafab2f12506b1d36610a950fbbcb37851625e Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Mon, 28 Oct 2024 19:32:38 +0100 Subject: [PATCH] dev-python/pygccxml: exclude failing single test with >=GCC-15.0.2 Closes: https://bugs.gentoo.org/940578 Signed-off-by: Thomas Beierlein --- dev-python/pygccxml/pygccxml-2.5.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pygccxml/pygccxml-2.5.0.ebuild b/dev-python/pygccxml/pygccxml-2.5.0.ebuild index f9950b4f3f472..b01b31fa4e773 100644 --- a/dev-python/pygccxml/pygccxml-2.5.0.ebuild +++ b/dev-python/pygccxml/pygccxml-2.5.0.ebuild @@ -36,6 +36,9 @@ distutils_enable_sphinx docs dev-python/sphinx-rtd-theme EPYTEST_DESELECT=( # TODO; too new LLVM? upstream tests against LLVM 13 unittests/test_overrides.py::Test::test + # fails with >=GCC-15.0.2 (bug #940578) + unittests/test_smart_pointer.py::Test::test_smart_pointer_value_type + ) python_prepare_all() {