Skip to content

Commit 9071462

Browse files
committed
Remove pytest<8 pin in CI test workflow
1 parent 74b5c0e commit 9071462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
python -m pip install --only-binary ':all:' --upgrade pip setuptools wheel build
7171
python -m pip install --only-binary ':all:' --no-binary curio --upgrade -e .[${{ matrix.deps }}]
72-
python -m pip install --only-binary ':all:' --upgrade check-manifest pytest-cov 'pytest<8'
72+
python -m pip install --only-binary ':all:' --upgrade check-manifest pytest-cov pytest
7373
- name: Install and update Python dependencies (dev?)
7474
if: ${{ contains( matrix.python-version, 'dev' ) }}
7575
run: |

0 commit comments

Comments
 (0)