diff --git a/py-polars/pyproject.toml b/py-polars/pyproject.toml index eb6e414acb44..3d58922b974a 100644 --- a/py-polars/pyproject.toml +++ b/py-polars/pyproject.toml @@ -190,7 +190,7 @@ addopts = [ "--strict-markers", "--import-mode=importlib", # Default to running fast tests only. To run ALL tests, run: pytest -m "" - "-m not slow and not hypothesis and not benchmark and not write_disk", + "-m not slow and not hypothesis and not benchmark and not write_disk and not docs", ] markers = [ "write_disk: Tests that write to disk",