Skip to content

Commit 255a151

Browse files
Pin pytest to less than version 9 temporarily
Co-authored-by: RonnyPfannschmidt <156838+RonnyPfannschmidt@users.noreply.github.com>
1 parent a676a1d commit 255a151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
python -m pip install --upgrade pip
5959
pip install -U setuptools setuptools_scm
60-
pip install pytest
60+
pip install "pytest<9"
6161
- uses: actions/download-artifact@v4
6262
with:
6363
name: dist

0 commit comments

Comments
 (0)