From 58d8b66524f638d09311b880149374ce734dd22f Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 11 Dec 2024 16:56:00 -0500 Subject: [PATCH] group_6 was missing --- hatch.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hatch.toml b/hatch.toml index cb96c71d4..3b58ef6d1 100644 --- a/hatch.toml +++ b/hatch.toml @@ -33,7 +33,8 @@ integration-tests = [ '- python -m pytest {args:tests/functional} -m "group_3"', '- python -m pytest {args:tests/functional} -m "group_4"', '- python -m pytest {args:tests/functional} -m "group_5"', - '- python -m pytest {args:tests/functional} -m "not group_1 and not group_2 and not group_3 and not group_4 and not group_5"', + '- python -m pytest {args:tests/functional} -m "group_6"', + '- python -m pytest {args:tests/functional} -m "not group_1 and not group_2 and not group_3 and not group_4 and not group_5 and not group_6"', ] docker-dev = [ "docker build -f docker/dev.Dockerfile -t dbt-snowflake-dev .",