Skip to content

Commit

Permalink
Moved pytest-docker-tools from [tool.poetry.group.test.dependencies] …
Browse files Browse the repository at this point in the history
…to [tool.poetry.dependencies]
  • Loading branch information
Nusnus committed May 9, 2023
1 parent 97de10c commit f59ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ version = "1.0.0a1"
python = ">= 3.7,<4.0"
celery = {version = "^5.3.0b", extras = ["redis"]}
retry = "^0.9.2"
pytest-docker-tools = "^3.1.3"

[tool.poetry.group.dev]

Expand Down Expand Up @@ -84,7 +85,6 @@ optional = true
[tool.poetry.group.test.dependencies]
coverage = "^7.0.0"
pytest = "^7.2.0"
pytest-docker-tools = "^3.1.3"
pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" }
pytest-lazy-fixture = "^0.6.3"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit f59ad17

Please sign in to comment.