Skip to content
Snippets Groups Projects
Commit a04b5416 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : added pytest as test optionnal dep

parent 337e9dce
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #48633 waiting for manual action
......@@ -14,6 +14,11 @@ classifiers = [
]
dynamic = ["version"] # defined in tool.setuptools_scm
[project.optional-dependencies]
test = [
"pytest"
]
[build-system]
requires = [
"setuptools>=64",
......
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