We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defff5a commit 9022938Copy full SHA for 9022938
pixi.toml
@@ -54,7 +54,7 @@ test = "pytest tests/integration --backend=postgres"
54
coverage = "pytest tests/integration --cov=datajudge --cov-report=xml --cov-append --backend=postgres"
55
56
[feature.db2.dependencies]
57
-ibm_db = "*"
+ibm_db = "!=3.2.5"
58
ibm_db_sa = "*"
59
[feature.db2.tasks]
60
test = "pytest tests/integration --backend=db2"
0 commit comments