[CI] pip should never prompt for input

and we quieten it down a bit
This commit is contained in:
bronsen 2025-03-14 22:49:45 +01:00
parent b6b7bb2aaa
commit 371dcf9e0f

View file

@ -17,7 +17,7 @@ steps:
commands:
- python -m venv venv
- /bin/bash -c "source venv/bin/activate"
- python -m pip install --disable-pip-version-check -r requirements/test.txt
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
- python -m pytest
services: