haskell-hasql-queue: disable test suite to fix the build
The tests need a running PostgreSQL database.
This commit is contained in:
parent
a2656aad20
commit
8a34e3369e
@ -5848,6 +5848,7 @@ broken-packages:
|
|||||||
- hasql-optparse-applicative
|
- hasql-optparse-applicative
|
||||||
- hasql-postgres
|
- hasql-postgres
|
||||||
- hasql-postgres-options
|
- hasql-postgres-options
|
||||||
|
- hasql-queue
|
||||||
- hasql-simple
|
- hasql-simple
|
||||||
- hastache
|
- hastache
|
||||||
- hastache-aeson
|
- hastache-aeson
|
||||||
|
@ -765,5 +765,6 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# The test suites fail because there's no PostgreSQL database running in our
|
# The test suites fail because there's no PostgreSQL database running in our
|
||||||
# build sandbox.
|
# build sandbox.
|
||||||
postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify;
|
postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify;
|
||||||
|
hasql-queue = dontCheck super.hasql-queue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user