fix: Fixed unknown pytest config option doctest_glob (#32475)

Fixed unknown config option doctest_glob.
This commit is contained in:
Sai-Suraj-27
2024-08-14 23:00:01 +05:30
committed by GitHub
parent 6577c77d93
commit 95a77819db

View File

@@ -30,8 +30,8 @@ skip-magic-trailing-comma = false
line-ending = "auto"
[tool.pytest.ini_options]
addopts = "--doctest-glob='**/*.md'"
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",