Skip to content

Commit

Permalink
Move pytest related packages to poetry group dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ellendejong committed Sep 27, 2024
1 parent d54e213 commit 147a271
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Utils/poetry.lock

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

5 changes: 4 additions & 1 deletion Utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
pytest-unordered = "0.5.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-datadir = "^1.5.0"
pytest-unordered = "^0.6.1"

[tool.ruff]
line-length = 127
Expand Down

0 comments on commit 147a271

Please sign in to comment.