From 2e619d6625e244e908ed49b6f4e5e2f0ceb9fe65 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 30 Jan 2024 11:22:47 -0600 Subject: [PATCH] remove typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fcfd9a9..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 = "spython -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