forked from mirror/Archipelago
CI: downgrade pytest to 8.4.2 (#5613)
Also move ci requirements to separate file for easier handling.
This commit is contained in:
2
.github/workflows/unittests.yml
vendored
2
.github/workflows/unittests.yml
vendored
@@ -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
|
||||
|
||||
3
ci-requirements.txt
Normal file
3
ci-requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
pytest>=8.4.2,<9 # pytest 9.0.0 is broken for our CI
|
||||
pytest-xdist>=3.8.0
|
||||
pytest-subtests>=0.15.0 # will not be required anymore once we upgrade to pytest 9.x
|
||||
Reference in New Issue
Block a user