Closed dweindl closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.71%. Comparing base (
ff6b3f1
) to head (7b353a4
). Report is 1 commits behind head on develop.
For now, the easiest workaround seems to be just ignoring any warnings during macos runs.
If this does not get fixed soon, we need to modify the swig-generated cpp files (base + model) to undefine SWIG_HEAPTYPES
.
Homebrew serves swig 4.3.0 which is incompatible with
filterwarnings = error
in pytest resulting in segfaults (#2565, https://github.com/swig/swig/issues/3061). For now, the easiest workaround seems to be just ignoring any warnings during macos runs.