openbabel: disable failing tests (#482731)

This commit is contained in:
Markus Kowalewski
2026-01-29 09:57:27 +00:00
committed by GitHub
+3
View File
@@ -68,6 +68,9 @@ stdenv.mkDerivation {
disabledTests = [
"test_cifspacegroup_11"
"pybindtest_obconv_writers"
# These tests fail with GCC 15
"test_align_4"
"test_align_5"
];
doCheck = true;