Skip to content

Commit

Permalink
fix pytest config options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 20, 2024
1 parent 142faf9 commit 232b346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbt-redshift/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ mypy_path = "third-party-stubs/"
[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 232b346

Please sign in to comment.