Skip to content

Commit

Permalink
pin dbt-duckdb in tests (#27800)
Browse files Browse the repository at this point in the history
new version seems to be causing unexpected concurrency issues in tests

## How I Tested These Changes

bk
  • Loading branch information
alangenfeld authored Feb 12, 2025
1 parent 1b5e7c0 commit ae7df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version() -> tuple[str, str]:
extras_require={
"test": [
"pytest-rerunfailures",
"dbt-duckdb",
"dbt-duckdb<1.9.2", # concurrency issues
"dagster-duckdb",
"dagster-duckdb-pandas",
]
Expand Down

0 comments on commit ae7df32

Please sign in to comment.