postgresql-typed: disable test suite
the test suite requires a running PostgreSQL instance to complete successfully, so we'll just skip that.
This commit is contained in:
parent
2514bddbf7
commit
dfa9d013e7
@ -8069,7 +8069,6 @@ broken-packages:
|
|||||||
- postgresql-simple-queue
|
- postgresql-simple-queue
|
||||||
- postgresql-simple-sop
|
- postgresql-simple-sop
|
||||||
- postgresql-simple-typed
|
- postgresql-simple-typed
|
||||||
- postgresql-typed
|
|
||||||
- postgresql-typed-lifted
|
- postgresql-typed-lifted
|
||||||
- postgrest
|
- postgrest
|
||||||
- postgrest-ws
|
- postgrest-ws
|
||||||
|
@ -695,4 +695,8 @@ self: super: builtins.intersectAttrs super {
|
|||||||
spagoWithoutChecks = dontCheck spagoFixHpack;
|
spagoWithoutChecks = dontCheck spagoFixHpack;
|
||||||
in
|
in
|
||||||
spagoWithoutChecks;
|
spagoWithoutChecks;
|
||||||
|
|
||||||
|
# checks SQL statements at compile time, and so requires a running PostgreSQL
|
||||||
|
# database to run it's test suite
|
||||||
|
postgresql-typed = dontCheck super.postgresql-typed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user