Skip to content

Commit 0fbea68

Browse files
authored
Moved (back) pytest package to tests group (#135)
1 parent 0f80613 commit 0fbea68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ version = "1.0.0a4"
6767

6868
[tool.poetry.dependencies]
6969
python = ">= 3.8,<4.0"
70-
pytest = "^7.4.4"
7170
celery = { version = "^5", extras = ["redis", "memcache", "pymemcache"] }
7271
retry = "^0.9.2"
7372
pytest-docker-tools = "^3.1.3"
@@ -104,6 +103,7 @@ cleanpy = "^0.4.0"
104103
optional = true
105104

106105
[tool.poetry.group.test.dependencies]
106+
pytest = "^7.4.4"
107107
coverage = "^7.0.0"
108108
pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" }
109109
pytest-lazy-fixture = "^0.6.3"

0 commit comments

Comments
 (0)