add test marker to run all tests with @require_bitsandbytes (#28278)

This commit is contained in:
Titus
2024-02-15 21:53:09 -03:00
committed by GitHub
parent f3aa7db439
commit 1e402b957d
2 changed files with 11 additions and 2 deletions

View File

@@ -32,4 +32,5 @@ doctest_optionflags="NUMBER NORMALIZE_WHITESPACE ELLIPSIS"
doctest_glob="**/*.md"
markers = [
"flash_attn_test: marks tests related to flash attention (deselect with '-m \"not flash_attn_test\"')",
"bitsandbytes: select (or deselect with `not`) bitsandbytes integration tests",
]