Skip to content

Commit 9022938

Browse files
committed
Explicitly exclude trouble-making version.
1 parent defff5a commit 9022938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = "pytest tests/integration --backend=postgres"
5454
coverage = "pytest tests/integration --cov=datajudge --cov-report=xml --cov-append --backend=postgres"
5555

5656
[feature.db2.dependencies]
57-
ibm_db = "*"
57+
ibm_db = "!=3.2.5"
5858
ibm_db_sa = "*"
5959
[feature.db2.tasks]
6060
test = "pytest tests/integration --backend=db2"

0 commit comments

Comments
 (0)