Skip to content

Commit

Permalink
fix project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 6, 2025
1 parent 5100d83 commit 9c2143b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions dbt-spark/hatch.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[version]
path = "dbt/adapters/spark/__version__.py"
path = "src/dbt/adapters/spark/__version__.py"

[build.targets.sdist]
packages = ["dbt"]
packages = ["src/dbt"]
sources = ["src"]

[build.targets.wheel]
packages = ["dbt"]
packages = ["src/dbt"]
sources = ["src"]

[envs.default]
dependencies = [
Expand Down
3 changes: 1 addition & 2 deletions dbt-spark/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ Changelog = "https://github.com/dbt-labs/dbt-spark/blob/main/CHANGELOG.md"
[tool.pytest.ini_options]
testpaths = ["tests/functional", "tests/unit"]
env_files = ["test.env"]
addopts = "-v -n auto"
color = true
addopts = "-v --color=yes -n auto"
filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
"ignore:unclosed file .*:ResourceWarning",
Expand Down

0 comments on commit 9c2143b

Please sign in to comment.