Skip to content

Commit

Permalink
athena: rolled back pyproject.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTudor committed Jan 23, 2025
1 parent baef211 commit 8451a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ Repository = "https://github.com/dbt-labs/dbt-athena.git#subdirectory=dbt-athena
Issues = "https://github.com/dbt-labs/dbt-athena/issues"
Changelog = "https://github.com/dbt-labs/dbt-athena/blob/main/dbt-athena/CHANGELOG.md"

[tool.pytest.ini_options]
[tool.pytest]
testpaths = ["tests/unit", "tests/functional"]
color = true
csv = "results.csv"
filterwarnings = [
"ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning",
Expand Down

0 comments on commit 8451a92

Please sign in to comment.