diff --git a/pyproject.toml b/pyproject.toml index 4626598a..acacc238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ description = "Env for running development commands for testing" features = ["test"] [tool.hatch.envs.test.scripts] -unit = "- python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" +unit = "python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}" ### Linting settings, envs & scripts