Skip to content

Commit

Permalink
fix pytest config in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 17, 2024
1 parent 6943cc2 commit 4086159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ Repository = "https://github.com/dbt-labs/dbt-spark.git"
Issues = "https://github.com/dbt-labs/dbt-spark/issues"
Changelog = "https://github.com/dbt-labs/dbt-spark/blob/main/CHANGELOG.md"

[tool.pytest]
[tool.pytest.ini_options]
testpaths = ["tests/functional", "tests/unit"]
env_files = ["test.env"]
addopts = "-v -n auto"
color = true
filterwarnings = [
Expand Down

0 comments on commit 4086159

Please sign in to comment.