Test fail with Python>=3.12
In test_BoundaryBaseComp.py
SimpleGADriver
is used as a driver; Which depends on pyDOE2
; Which depends on imp
and it was deprecated in Python 3.12. We should at least warn users/developers to not install a version above that or rewrite the tests to be compatible with more recent Python versions...