Skip to content

Commit a24cb32

Browse files
committed
chore: make pytest-docker a dev-dependency
1 parent e208e4e commit a24cb32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -32,7 +32,6 @@ python = "^3.10"
3232
types-requests = "^2.28.11.13"
3333
jwcrypto = "^1.4.2"
3434
pyjwt = "^2.6.0"
35-
pytest-docker = "^3.1.1"
3635

3736
[tool.poetry.group.dev.dependencies]
3837

@@ -53,6 +52,8 @@ pytest-describe = "^2.0"
5352
pytest-expecter = "^3.0"
5453
pytest-random = "*"
5554
pytest-cov = "^3.0"
55+
pytest-mock = "^3.10.0"
56+
pytest-docker = "^3.1.1"
5657
freezegun = "*"
5758

5859
# Reports
@@ -68,7 +69,6 @@ MacFSEvents = { version = "*", platform = "darwin" }
6869
pync = { version = "*", platform = "darwin" }
6970

7071
mkdocs = ">=1.4.2"
71-
pytest-mock = "^3.10.0"
7272

7373
[tool.black]
7474

0 commit comments

Comments
 (0)