precice / systemtests

Testing preCICE / solver combinations using Docker
GNU General Public License v3.0
3 stars 4 forks source link

Consistently use python3 for precice baseimages #200

Closed BenjaminRodenberg closed 3 years ago

BenjaminRodenberg commented 4 years ago

Our tests use python2. We should update to python3, since python2 is at its end of life. See also https://github.com/precice/precice/issues/693.

I also removed installation of python3 from the depending images (nutils, bindings), since it is not required anymore, if it is already comes with the baseimage.