Skip to content

Commit

Permalink
pytest-lsp: Drop optional dependencies
Browse files Browse the repository at this point in the history
They were out of date and the source of truth is now in `tox.ini` and
`.pre-commit-config.yaml`.
  • Loading branch information
alcarney committed Oct 21, 2023
1 parent 5a800cb commit f413498
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/pytest-lsp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ dependencies = [
[project.entry-points.pytest11]
pytest-lsp = "pytest_lsp"

[project.optional-dependencies]
dev = [
"black",
"flake8",
"pre-commit",
"tox",
]
test = [
"pytest",
"pytest-cov",
"pytest-timeout",
]
typecheck = [
"mypy",
"types-appdirs"
]

[tool.setuptools.packages.find]
include = ["pytest_lsp*"]

Expand Down

0 comments on commit f413498

Please sign in to comment.