commit:     03fafab2f12506b1d36610a950fbbcb37851625e
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 18:32:38 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 18:35:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fafab2

dev-python/pygccxml: exclude failing single test with >=GCC-15.0.2

Closes: https://bugs.gentoo.org/940578
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 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 f9950b4f3f47..b01b31fa4e77 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() {

Reply via email to