We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe5c9a commit aeb670fCopy full SHA for aeb670f
pyproject.toml
@@ -69,7 +69,7 @@ requirements-out-dir = "deps/lock"
69
python-platforms = ["x86_64-manylinux_2_28", "aarch64-apple-darwin", "x86_64-apple-darwin"]
70
71
[tool.pytest.ini_options]
72
-addopts = ["--cov=ml_project", "--nbval"] # CHANGE (name of the importing module name)
+addopts = ["--cov=ml_project", "--nbval", "--nbval-current-env"] # CHANGE (name of the importing module name)
73
testpaths = ["tests"]
74
75
log_cli = true
0 commit comments