diff --git a/pyproject.toml b/pyproject.toml index 25fddc0..8a16b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ [project.optional-dependencies] db = ["SQLAlchemy", "alembic", "alembic-postgresql-enum", "passlib"] docs = ["Sphinx", "sphinxcontrib-programoutput", "enum-tools[sphinx]", "furo"] -tests = ["pytest-cov", "tox"] +tests = ["pylint", "pytest-cov", "tox"] [project.scripts] diff --git a/tox.ini b/tox.ini index 4d28869..f0f9be6 100644 --- a/tox.ini +++ b/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]