We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb84a commit 7a78a48Copy full SHA for 7a78a48
1 file changed
pyproject.toml
@@ -81,7 +81,7 @@ include = ["bitsandbytes*"]
81
version = {attr = "bitsandbytes.__version__"}
82
83
[tool.pytest.ini_options]
84
-addopts = "-rP"
+addopts = "-rP -m 'not slow and not benchmark and not deprecated'"
85
# ; --cov=bitsandbytes
86
# ; # contexts: record which test ran which line; can be seen in html coverage report
87
# ; --cov-context=test
0 commit comments