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 62d6963 commit bf50ef0Copy full SHA for bf50ef0
pyproject.toml
@@ -88,7 +88,7 @@ exclude_also = [
88
]
89
90
[tool.pytest.ini_options]
91
-addopts = "-rP -m 'not slow and not benchmark'"
+addopts = "-rP -m 'not slow and not benchmark and not deprecated'"
92
# ; --cov=bitsandbytes
93
# ; # contexts: record which test ran which line; can be seen in html coverage report
94
# ; --cov-context=test
@@ -98,6 +98,7 @@ log_cli_level = "INFO"
98
log_file = "logs/pytest.log"
99
markers = [
100
"benchmark: mark test as a benchmark",
101
+ "deprecated: mark test as covering a deprecated feature",
102
"slow: mark test as slow",
103
104
0 commit comments