openbabel: disable failing tests

This commit is contained in:
Vincent Laporte
2026-01-22 16:59:38 +01:00
parent c4cfd5f134
commit 2677ca4e61
+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;