From 366a0190d31215becd851511aba5032904457a8c Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:48:01 +0000 Subject: [PATCH] Add temporary pin on `pytoolconfig` to fix `pip check` --- requirements/github-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/github-actions.yml b/requirements/github-actions.yml index fe4bb2b5a..551567015 100644 --- a/requirements/github-actions.yml +++ b/requirements/github-actions.yml @@ -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