3
0
Fork 0

test: remove black from tox, dependencies

seems like overkill?
This commit is contained in:
Lance Edgar 2025-08-31 12:20:27 -05:00
parent 0688ed4dd1
commit c5577bf30e
2 changed files with 1 additions and 7 deletions

View file

@ -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]

View file

@ -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