Skip to content

Commit

Permalink
change references to test
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Jun 28, 2024
1 parent 486f0c6 commit 110b93a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]

# [tool.hatch.metadata]
# allow-direct-references = true


dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", #@ADAP-207/get_show_sql_has_no_wrapping",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
# installed via dbt-adapters but used directly
Expand Down Expand Up @@ -57,7 +60,7 @@ path = "dbt/adapters/postgres/__version__.py"
[tool.hatch.envs.default]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", #@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
'pre-commit==3.7.0;python_version>="3.9"',
'pre-commit==3.5.0;python_version=="3.8"',
Expand All @@ -75,7 +78,7 @@ docker-prod = "docker build -f docker/Dockerfile -t dbt-postgres ."
[tool.hatch.envs.unit-tests]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git", #@ADAP-207/get_show_sql_has_no_wrapping",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"freezegun",
Expand All @@ -90,7 +93,7 @@ all = "python -m pytest {args:tests/unit}"
[tool.hatch.envs.integration-tests]
template = "unit-tests"
extra-dependencies = [
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping#subdirectory=dbt-tests-adapter",
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter", #@ADAP-207/get_show_sql_has_no_wrapping#subdirectory=dbt-tests-adapter",
]
[tool.hatch.envs.integration-tests.env-vars]
DBT_TEST_USER_1 = "dbt_test_user_1"
Expand Down

0 comments on commit 110b93a

Please sign in to comment.