Skip to content

Commit

Permalink
chore!: rename optional dependency (#583)
Browse files Browse the repository at this point in the history
* `test` -> `tests`
  • Loading branch information
korikuzma authored Dec 31, 2024
1 parent e49410d commit 98cadad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
test = ["pytest>=6.0", "pytest-cov", "pytest-asyncio"]
tests = ["pytest>=6.0", "pytest-cov", "pytest-asyncio"]
dev = ["pre-commit>=3.7.1", "ruff==0.5.0", "psycopg2-binary", "jupyter", "ipykernel"]

[project.urls]
Expand Down

0 comments on commit 98cadad

Please sign in to comment.