test: remove black from tox, dependencies
seems like overkill?
This commit is contained in:
parent
0688ed4dd1
commit
c5577bf30e
2 changed files with 1 additions and 7 deletions
|
@ -41,7 +41,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
db = ["SQLAlchemy", "alembic", "alembic-postgresql-enum", "passlib"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "enum-tools[sphinx]", "furo"]
|
||||
tests = ["black", "pylint", "pytest", "pytest-cov", "tox"]
|
||||
tests = ["pylint", "pytest", "pytest-cov", "tox"]
|
||||
|
||||
|
||||
[project.scripts]
|
||||
|
|
6
tox.ini
6
tox.ini
|
@ -10,12 +10,6 @@ commands = pytest {posargs}
|
|||
[testenv:nox]
|
||||
extras = tests
|
||||
|
||||
[testenv:black]
|
||||
basepython = python3.11
|
||||
extras = tests
|
||||
deps =
|
||||
commands = black --check .
|
||||
|
||||
[testenv:pylint]
|
||||
basepython = python3.11
|
||||
extras = db,tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue