diff --git a/pyproject.toml b/pyproject.toml index d515add..21d5d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -226,7 +226,7 @@ addopts = [ "--doctest-modules", "--durations=3", "--ignore=docs/conf.py", - '-m "not slow"', + "-m not slow", ] filterwarnings = [ "error",