Skip to content

Pytest and xarray update

Karel van de Plassche requested to merge karel/pytest-fix into main

Since 19dda7c, py is not a dependency of pytest anymore, but is instead included in pytest itself, see https://github.com/pytest-dev/pytest/issues/10451. Additionally, xarray` dropped support for Python:3.7. As such, we:

  • Use the internally supplied py package, as the main py package is shadowed
  • Drop support for Python:3.7
  • Drop Heimdall tests to save CI minutes
  • Add more debugging information to Batch bash-style run scripts
  • Fix pip flags
  • Refactor Batch.launch to use pathlib

Merge request reports