this is suddenly failing due to a non-py37 syntax in
pip/_vendor/typing_extensions.py. Not clear why the failure has just
started however as there is no new version of pip recently.
Change-Id: I783e2341424a1dad206a7ab668900475fd8d30c5
PYTHONNOUSERSITE=1
PYTEST_EXCLUDES=-m "not memory_intensive and not mypy"
+ # ensure older pip is installed for EOL python versions
+ py37: VIRTUALENV_PIP=24.0
+
PYTEST_COLOR={tty:--color=yes}
MYPY_COLOR={tty:--color-output}