diff --git a/pyproject.toml b/pyproject.toml index 37bc1d7ef..d13ee54af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ known-first-party = ["transformers"] [tool.pytest.ini_options] 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\"')", +] \ No newline at end of file