Skip to content

Commit 75af9a2

Browse files
committed
Fix dependency groups: move pytest-cov and coverage to dev group
1 parent 8c57981 commit 75af9a2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pyarrow = [
2626
{ version = ">=18.0.0", python = ">=3.13", optional=true }
2727
]
2828
pyjwt = "^2.0.0"
29-
pytest-cov = "^4.0.0"
30-
coverage = "^7.0.0"
3129

3230

3331
[tool.poetry.extras]
@@ -43,6 +41,8 @@ numpy = [
4341
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
4442
{ version = ">=1.23.4", python = ">=3.11" },
4543
]
44+
pytest-cov = "^4.0.0"
45+
coverage = "^7.0.0"
4646

4747
[tool.poetry.urls]
4848
"Homepage" = "https://github.com/databricks/databricks-sql-python"

0 commit comments

Comments
 (0)