Skip to content

Commit 4f5732e

Browse files
committed
fix: pytest move to dev dependencies
1 parent 430b04b commit 4f5732e

File tree

2 files changed

+47
-17
lines changed

2 files changed

+47
-17
lines changed

poetry.lock

Lines changed: 46 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ package-mode = true
1313
python = "^3.12"
1414
rcrs_core = { git = "https://github.com/adf-python/rcrs-core-python" }
1515
pyyaml = "^6.0.2"
16-
pytest = "^8.3.2"
1716
types-pyyaml = "^6.0.12.20240808"
1817
scikit-learn = "^1.5.2"
1918
structlog = "^24.4.0"
@@ -24,6 +23,7 @@ click = "^8.1.7"
2423

2524
[tool.poetry.group.dev.dependencies]
2625
taskipy = "^1.12.2"
26+
pytest = "^8.3.2"
2727
mypy = "^1.9.0"
2828
types-protobuf = "^4.25.0.20240410"
2929
ruff = "^0.4.4"

0 commit comments

Comments
 (0)