Skip to content

Commit

Permalink
CI: remove version restriction on pytest-subtests (#4356)
Browse files Browse the repository at this point in the history
This reverts commit e3b5451.
  • Loading branch information
Jouramie authored Dec 10, 2024
1 parent 3fb0b57 commit 781100a
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<0.14.0" pytest-xdist
pip install pytest pytest-subtests 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 781100a

Please sign in to comment.