Skip to content

Commit

Permalink
Pin unit test library in pinned check
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey authored Mar 8, 2024
1 parent f1f9d96 commit 8d127c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install '${{ needs.prepare.outputs.wheel-distribution }}'
python -m pip install pytest moto[s3] pytest-cov
python -m pip install pytest moto[s3]<5.0 pytest-cov
- name: Run unit tests on pinned dependencies
run: >-
pytest -rFEx --durations 10 --color yes # pytest args
Expand Down

0 comments on commit 8d127c1

Please sign in to comment.