Skip to content

Commit

Permalink
Downgrading pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
THuckemann authored Feb 7, 2024
1 parent 186edc8 commit 49bf255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage pytest pytest-cases pytest-mock pytest-qt pytest-xvfb
pip install coverage pytest<8.0.0 pytest-cases pytest-mock pytest-qt pytest-xvfb
- name: Install package
run: python -m pip install -e .
- name: Test with pytest
Expand Down

0 comments on commit 49bf255

Please sign in to comment.