Skip to content

Commit 4e72b73

Browse files
committed
chore(deps): move test dependencies to dev group
1 parent d0dd3dc commit 4e72b73

File tree

6 files changed

+657
-538
lines changed

6 files changed

+657
-538
lines changed

scaleway-async/poetry.lock

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

scaleway-async/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10"
2727
scaleway-core = "*"
28-
pytest-cov = ">=6.3,<8.0"
2928

3029
[tool.poetry.group.dev.dependencies]
3130
scaleway-core = { path = "../scaleway-core", develop = true }
@@ -34,6 +33,7 @@ mypy = "^1.5.1"
3433
ty = "^0.0.1a15"
3534
pytest = "^8.4.1"
3635
pyrefly = "^0.36.1"
36+
pytest-cov = "^6.3.0"
3737

3838
[build-system]
3939
requires = ["poetry-core"]

0 commit comments

Comments
 (0)