diff --git a/pyproject.toml b/pyproject.toml index b574df0..921bdda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,5 +4,8 @@ skip-string-normalization = true [tool.pytest.ini_options] markers = [ - "slow: marks tests as slow (deselect with '-m \"not slow\"')", + "slow: marks tests as slow (not executed by default - select with '-m \"slow\"')", +] +addopts = [ + '-m not slow', ]