We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c69f59 commit e3b5451Copy full SHA for e3b5451
.github/workflows/unittests.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install dependencies
54
run: |
55
python -m pip install --upgrade pip
56
- pip install pytest pytest-subtests pytest-xdist
+ pip install pytest "pytest-subtests<0.14.0" pytest-xdist
57
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
58
python Launcher.py --update_settings # make sure host.yaml exists for tests
59
- name: Unittests
0 commit comments