Skip to content

Commit

Permalink
Explicitly exclude trouble-making version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Mar 11, 2025
1 parent defff5a commit 9022938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test = "pytest tests/integration --backend=postgres"
coverage = "pytest tests/integration --cov=datajudge --cov-report=xml --cov-append --backend=postgres"

[feature.db2.dependencies]
ibm_db = "*"
ibm_db = "!=3.2.5"
ibm_db_sa = "*"
[feature.db2.tasks]
test = "pytest tests/integration --backend=db2"
Expand Down

0 comments on commit 9022938

Please sign in to comment.