Skip to content

Commit

Permalink
update build environment for dbt-tests-adapter to align with dbt-adap…
Browse files Browse the repository at this point in the history
…ters
  • Loading branch information
mikealfare committed Jul 16, 2024
1 parent 1ea456a commit 5fa7c7e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions dbt-tests-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ dependencies = [
"dbt-adapters",
"pyyaml",
]

[project.optional-dependencies]
build = [
"wheel",
"twine",
"check-wheel-contents",
]

[project.urls]
Homepage = "https://github.com/dbt-labs/dbt-adapters"
Documentation = "https://docs.getdbt.com"
Expand All @@ -62,7 +54,11 @@ include = ["dbt/tests", "dbt/__init__.py"]

[tool.hatch.envs.build]
detached = true
features = ["build"]
dependencies = [
"wheel",
"twine",
"check-wheel-contents",
]
[tool.hatch.envs.build.scripts]
check-all = [
"- check-wheel",
Expand Down

0 comments on commit 5fa7c7e

Please sign in to comment.