Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dependencies:
# test tools
- pytest-asyncio
- pytest-cov
# temporary pin added on 2022-12-28, if editing this file try to remove it:
# pytoolconfig 1.2.4 depends on packaging>=22.0 which breaks `pip check`
- pytoolconfig <1.2.4
# see https://github.com/conda-forge/pytest-flake8-feedstock/issues/20
# and https://github.com/tholo/pytest-flake8/issues/86
- pytest-flake8 <1.1.1
Expand Down