Skip to content

Commit

Permalink
Added test optional dep install to pyproject.toml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Mar 13, 2024
1 parent 9d1d0cd commit b6c5f4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ dependencies = [
"pyproj",
]


[project.optional-dependencies]
test = [
"pre-commit",
"pytest-benchmark",
"pytest-codspeed",
"pytest-cov",
"pytest-mypy",
"pytest",
]


[project.urls]
repository = "https://github.com/carbonplan/ndpyramid"

Expand Down

0 comments on commit b6c5f4f

Please sign in to comment.