if ! ( DATA_REPO_GIT="" python3 -m pytest -v test/ 2>test.err ); then
  cat test.err > /dev/stderr
fi
