Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d0740a1

Browse files
chore: move pytest-mock to dev dependencies (#726)
Co-authored-by: Andrew Smith <[email protected]>
1 parent 5b7a224 commit d0740a1

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

poetry.lock

Lines changed: 10 additions & 11 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ python = "^3.9"
1919
httpx = { version = ">=0.26,<0.29", extras = ["http2"] }
2020
pydantic = ">=1.10,<3"
2121
pyjwt = "^2.10.1"
22-
pytest-mock = "^3.14.0"
2322

24-
[tool.poetry.dev-dependencies]
23+
[tool.poetry.group.dev.dependencies]
2524
pytest = "^8.4.1"
25+
pytest-mock = "^3.14.0"
2626
flake8 = "^7.3.0"
2727
black = "^25.1.0"
2828
isort = "^6.0.1"
@@ -32,8 +32,6 @@ pytest-depends = "^1.0.1"
3232
pytest-asyncio = "^1.0.0"
3333
Faker = "^37.4.0"
3434
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }
35-
36-
[tool.poetry.group.dev.dependencies]
3735
pygithub = ">=1.57,<3.0"
3836
respx = ">=0.20.2,<0.23.0"
3937

0 commit comments

Comments
 (0)