From cdc90d5d07691e5d7d35c81badd0d27074f8451c Mon Sep 17 00:00:00 2001 From: Deniz Turgut Date: Sun, 23 Oct 2022 18:22:50 +0300 Subject: [PATCH] unpin flake8 and do not install pelican while checking installing pelican brings in markdown. flake8 and markdown have incompatible requirements for importlib-metadata. installing pelican is not required to run flake8. --- requirements/style.pip | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/style.pip b/requirements/style.pip index fe4c25c4..90225d01 100644 --- a/requirements/style.pip +++ b/requirements/style.pip @@ -1,2 +1,2 @@ -flake8<4.0 +flake8 flake8-import-order diff --git a/tox.ini b/tox.ini index e50c5f67..a3be7529 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ max-line-length = 88 [testenv:flake8] basepython = python3.9 +skip_install = true deps = -rrequirements/style.pip commands =