Skip to content

Commit

Permalink
Move pytest-timestamper to be a dev dependency (#971)
Browse files Browse the repository at this point in the history
* Move pytest-timestamper to be a dev dependency
  • Loading branch information
daniel-wer authored Dec 5, 2023
1 parent cc64a0a commit da8d863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion webknossos/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ JPype1 = { version = "^1.3.0", optional = true }
pims = { version = "^0.6.0", optional = true }
tifffile = { version = ">=2021.11.2", optional = true }
pylibCZIrw = { version = "3.5.2", source = "scm", optional = true }
pytest-timestamper = "^0.0.9"

[tool.poetry.extras]
pims = ["pims"]
Expand Down Expand Up @@ -92,6 +91,7 @@ pytest-recording = "^0.13.0"
pytest-split = "^0.8.0"
pytest-sugar = "^0.9.4"
pytest-timeout = "^2.1.0"
pytest-timestamper = "^0.0.9"
types-python-dateutil = "^0.1.6"
# packages for examples:
fastremap = "^1.13.3"
Expand Down

0 comments on commit da8d863

Please sign in to comment.