We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytoolconfig
pip check
1 parent 389cc50 commit 366a019Copy full SHA for 366a019
requirements/github-actions.yml
@@ -34,6 +34,9 @@ dependencies:
34
# test tools
35
- pytest-asyncio
36
- 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
40
# see https://github.com/conda-forge/pytest-flake8-feedstock/issues/20
41
# and https://github.com/tholo/pytest-flake8/issues/86
42
- pytest-flake8 <1.1.1
0 commit comments