From 585a6f15a66335759a709aafa7d59d949abb9d26 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 12 Dec 2022 20:43:28 +0000 Subject: [PATCH] python: do not use isort 5.11.0 --- python/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 33cfe1077..f8304a9b3 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -49,7 +49,8 @@ skipsdist = True skip_install = True deps = flake8 - isort +# isort 5.11.0 is broken: https://github.com/PyCQA/isort/issues/2031 + isort<5.11.0 black # pygments required by rst-lint pygments