Skip to content

Commit e3b5451

Browse files
authored
CI: cap pytest-subtest version (ArchipelagoMW#4344)
1 parent 6c69f59 commit e3b5451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install dependencies
5454
run: |
5555
python -m pip install --upgrade pip
56-
pip install pytest pytest-subtests pytest-xdist
56+
pip install pytest "pytest-subtests<0.14.0" pytest-xdist
5757
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
5858
python Launcher.py --update_settings # make sure host.yaml exists for tests
5959
- name: Unittests

0 commit comments

Comments
 (0)