Skip to content

Commit

Permalink
puts a cap on pytest-subtest in pipeline unittests to not run into a …
Browse files Browse the repository at this point in the history
…new bug
  • Loading branch information
qwint committed Dec 8, 2024
1 parent c9625e1 commit 1237012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-subtests pytest-xdist
pip install pytest "pytest-subtests<0.14.0" pytest-xdist
python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt"
python Launcher.py --update_settings # make sure host.yaml exists for tests
- name: Unittests
Expand Down

0 comments on commit 1237012

Please sign in to comment.