CI: downgrade pytest to 8.4.2 (#5613)

Also move ci requirements to separate file for easier handling.
This commit is contained in:
black-sliver
2025-11-08 23:05:36 +00:00
committed by GitHub
parent 96ae2235d1
commit 360ad7197b
2 changed files with 4 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-subtests pytest-xdist
pip install -r ci-requirements.txt
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
python Launcher.py --update_settings # make sure host.yaml exists for tests
- name: Unittests