Skip to content

Commit

Permalink
build: fix test group name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 22, 2024
1 parent 8c4022a commit b29284f
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 @@ -36,7 +36,7 @@ dynamic = ["version"]
[project.optional-dependencies]
pg = ["psycopg[binary]", "requests"]
etl = ["owlready2==0.40", "rdflib", "wags-tails>=0.1.2", "fastobo", "tqdm"]
test = ["pytest>=6.0", "pytest-cov", "httpx"]
tests = ["pytest>=6.0", "pytest-cov", "httpx"]
dev = ["pre-commit>=3.7.1", "ruff==0.5.0", "lxml", "xmlformatter"]
docs = [
"sphinx==6.1.3",
Expand Down

0 comments on commit b29284f

Please sign in to comment.