Skip to content

Commit 7a78a48

Browse files
Skip benchmark, deprecated, slow tests by default
1 parent 76fb84a commit 7a78a48

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
@@ -81,7 +81,7 @@ include = ["bitsandbytes*"]
8181
version = {attr = "bitsandbytes.__version__"}
8282

8383
[tool.pytest.ini_options]
84-
addopts = "-rP"
84+
addopts = "-rP -m 'not slow and not benchmark and not deprecated'"
8585
# ; --cov=bitsandbytes
8686
# ; # contexts: record which test ran which line; can be seen in html coverage report
8787
# ; --cov-context=test

0 commit comments

Comments
 (0)