mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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.
This commit is contained in:
parent
6d11c6f2e5
commit
cdc90d5d07
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
flake8<4.0
|
||||
flake8
|
||||
flake8-import-order
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -37,6 +37,7 @@ max-line-length = 88
|
|||
|
||||
[testenv:flake8]
|
||||
basepython = python3.9
|
||||
skip_install = true
|
||||
deps =
|
||||
-rrequirements/style.pip
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue