Skip to content

Commit

Permalink
chore: Move pytest-mock as dependency of root package
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Jan 7, 2025
1 parent 5504eda commit 036a961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
5 changes: 0 additions & 5 deletions packages/ref-metrics-esmvaltool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ dependencies = [
[project.license]
text = "Apache-2.0"

[tool.uv]
dev-dependencies = [
"pytest-mock >= 3.12",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ text = "Apache-2.0"
dev-dependencies = [
"pytest>=7.3.1",
"pytest-cov>=4.0.0",
"pytest-mock >= 3.12",
"coverage>=7.2.0",
"mypy>=1.11.0",
"ruff>=0.6.9",
Expand Down
10 changes: 2 additions & 8 deletions uv.lock

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

0 comments on commit 036a961

Please sign in to comment.