From bf9e62390bbaadc72bc15bff003c2a08c556280b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Tue, 20 Feb 2024 22:02:25 -0500 Subject: [PATCH] point dbt-tests-adapter dependency back to main --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebcb50cd..6b58ab14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ extra-dependencies = [ "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", "dbt-common @ git+https://github.com/dbt-labs/dbt-common.git", "dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core", - "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@setup-shared-tests#subdirectory=dbt-tests-adapter", + "dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", ] [tool.hatch.envs.integration-tests.env-vars] DBT_TEST_USER_1 = "dbt_test_user_1"