Skip to content

Commit da8d863

Browse files
authored
Move pytest-timestamper to be a dev dependency (#971)
* Move pytest-timestamper to be a dev dependency
1 parent cc64a0a commit da8d863

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

webknossos/poetry.lock

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ JPype1 = { version = "^1.3.0", optional = true }
6464
pims = { version = "^0.6.0", optional = true }
6565
tifffile = { version = ">=2021.11.2", optional = true }
6666
pylibCZIrw = { version = "3.5.2", source = "scm", optional = true }
67-
pytest-timestamper = "^0.0.9"
6867

6968
[tool.poetry.extras]
7069
pims = ["pims"]
@@ -92,6 +91,7 @@ pytest-recording = "^0.13.0"
9291
pytest-split = "^0.8.0"
9392
pytest-sugar = "^0.9.4"
9493
pytest-timeout = "^2.1.0"
94+
pytest-timestamper = "^0.0.9"
9595
types-python-dateutil = "^0.1.6"
9696
# packages for examples:
9797
fastremap = "^1.13.3"

0 commit comments

Comments
 (0)