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]
|
[project.optional-dependencies]
|
||||||
db = ["SQLAlchemy", "alembic", "alembic-postgresql-enum", "passlib"]
|
db = ["SQLAlchemy", "alembic", "alembic-postgresql-enum", "passlib"]
|
||||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "enum-tools[sphinx]", "furo"]
|
docs = ["Sphinx", "sphinxcontrib-programoutput", "enum-tools[sphinx]", "furo"]
|
||||||
tests = ["black", "pylint", "pytest", "pytest-cov", "tox"]
|
tests = ["pylint", "pytest", "pytest-cov", "tox"]
|
||||||
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
6
tox.ini
6
tox.ini
|
@ -10,12 +10,6 @@ commands = pytest {posargs}
|
||||||
[testenv:nox]
|
[testenv:nox]
|
||||||
extras = tests
|
extras = tests
|
||||||
|
|
||||||
[testenv:black]
|
|
||||||
basepython = python3.11
|
|
||||||
extras = tests
|
|
||||||
deps =
|
|
||||||
commands = black --check .
|
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3.11
|
basepython = python3.11
|
||||||
extras = db,tests
|
extras = db,tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue