Skip to content

Commit 1a60ca1

Browse files
committed
skip nbval notebook evaluation for now
1 parent 0e9b64e commit 1a60ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typeCheckingMode = "strict"
111111
useLibraryCodeForTypes = true
112112

113113
[tool.pytest.ini_options]
114-
addopts = "--doctest-modules --nbval"
114+
addopts = "--doctest-modules" # TODO: add --nbval
115115
testpaths = ["example", "src", "tests"]
116116

117117
[tool.ruff]

0 commit comments

Comments
 (0)