Skip to content

Commit 5259d32

Browse files
authored
Merge pull request #890 from krassowski/fix-pip-check-packaging-vs-pytoolconfig
Add temporary pin on `pytoolconfig` to fix `pip check`
2 parents 389cc50 + 366a019 commit 5259d32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements/github-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ dependencies:
3434
# test tools
3535
- pytest-asyncio
3636
- pytest-cov
37+
# temporary pin added on 2022-12-28, if editing this file try to remove it:
38+
# pytoolconfig 1.2.4 depends on packaging>=22.0 which breaks `pip check`
39+
- pytoolconfig <1.2.4
3740
# see https://github.com/conda-forge/pytest-flake8-feedstock/issues/20
3841
# and https://github.com/tholo/pytest-flake8/issues/86
3942
- pytest-flake8 <1.1.1

0 commit comments

Comments
 (0)