python3Packages.cgal: disable broken example/test (#497554)

This commit is contained in:
Peder Bergebakken Sundt
2026-03-10 23:34:25 +00:00
committed by GitHub
@@ -76,6 +76,12 @@ buildPythonPackage rec {
done
'';
preCheck = ''
# CGAL_Alpha_wrap_3.alpha_wrap_3(...) fails with a segmentation fault
# https://github.com/CGAL/cgal-swig-bindings/issues/306
rm examples/python/test_aw3.py
'';
checkPhase = ''
runHook preCheck
(cd examples/python/