Add dev optional dependency

This commit is contained in:
Cosmin Ciocan
2024-01-12 16:50:26 +01:00
parent c38fb54216
commit 2eae513950
+2 -1
View File
@@ -38,6 +38,7 @@ packages = ["nvcc4jupyter"]
[project.optional-dependencies]
testing = ["pytest>=7.4.3", "IPython>=8.19.0"]
dev = ["pytest>=7.4.3", "IPython>=8.19.0", "pre-commit>=3.6.0", "pytest-cov[toml]>=4.1.0"]
[tool.pytest.ini_options]
@@ -306,4 +307,4 @@ deprecated-modules="optparse,tkinter.tix"
overgeneral-exceptions= [
"BaseException",
"Exception"
]
]