Skip to content

Commit

Permalink
dev-python/pygccxml: exclude failing single test with >=GCC-15.0.2
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/940578
Signed-off-by: Thomas Beierlein <[email protected]>
  • Loading branch information
dl1jbe committed Oct 28, 2024
1 parent 3cad065 commit 03fafab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-python/pygccxml/pygccxml-2.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 03fafab

Please sign in to comment.