Skip to content
Snippets Groups Projects
Commit 5a6c4141 authored by Moul's avatar Moul
Browse files

pyproject.toml: Create test group

Requires Poetry v1.2
https://python-poetry.org/blog/announcing-poetry-1.2.0/#dependency-groups
parent b92ec757
No related branches found
No related tags found
1 merge request!221Introduce Python v3.11 support
Pipeline #17527 passed
......@@ -20,7 +20,7 @@ click = "^8.0.0"
texttable = "^1.6.3"
pendulum = "^2.1.2"
[tool.poetry.dev-dependencies]
[tool.poetry.group.test.dependencies]
pytest = "^7.0.0"
pytest-cov = "^3.0"
pytest-sugar = "^0.9.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment