mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Add dev optional dependency
This commit is contained in:
+2
-1
@@ -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"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user