Skip to content

Commit

Permalink
add test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jul 26, 2024
1 parent df00413 commit 9649767
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ dynamic = ["version"]
description = "N-dimensional, multiresolution file format for Micro-Manager"
readme = "README.md"


[project.optional-dependencies]
test = [
"pytest",
]


[tool.pytest.ini_options]
testpaths = [
"python/ndstorage/test",
Expand Down

0 comments on commit 9649767

Please sign in to comment.