test: make pylint a dependency for tests extra
This commit is contained in:
parent
ffd82eb611
commit
49f9a0228b
2 changed files with 2 additions and 4 deletions
4
tox.ini
4
tox.ini
|
@ -12,9 +12,7 @@ extras = tests
|
|||
|
||||
[testenv:pylint]
|
||||
basepython = python3.11
|
||||
extras = db
|
||||
deps = pylint
|
||||
prompt_toolkit
|
||||
extras = db,tests
|
||||
commands = pylint wuttjamaican
|
||||
|
||||
[testenv:coverage]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue