Skip to content

Commit

Permalink
Merge pull request #30 from lsst/tickets/DM-35971
Browse files Browse the repository at this point in the history
DM-35971: Pytest requires flake<5
  • Loading branch information
mwittgen committed Aug 22, 2022
2 parents 3448c8f + 582f884 commit 848eba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -y -q \
flake8 \
"flake8<5" \
pytest pytest-flake8 pytest-xdist pytest-openfiles pytest-cov
- name: List installed packages
Expand Down

0 comments on commit 848eba3

Please sign in to comment.