skip hasql tests to workaround around aeson-optics internal dep

This commit is contained in:
Jens Petersen 2025-09-15 19:33:52 +08:00
parent c142043841
commit 36361f6d47

View File

@ -1681,7 +1681,7 @@ packages:
- stm-containers - stm-containers
- stm-hamt - stm-hamt
- template-haskell-compat-v0208 - template-haskell-compat-v0208
- testcontainers-postgresql - testcontainers-postgresql < 0 # testcontainers
- text-builder - text-builder
- text-builder-core - text-builder-core
- text-builder-dev - text-builder-dev
@ -4133,7 +4133,7 @@ packages:
"Alex Biehl <alexbiehl@gmail.com> @alexbiehl": "Alex Biehl <alexbiehl@gmail.com> @alexbiehl":
- haddock-library - haddock-library
- http-client-openssl - http-client-openssl
- testcontainers - testcontainers < 0 # https://github.com/phadej/aeson-optics/issues/20
"Steven Vandevelde <icid.asset@gmail.com> @icidasset": "Steven Vandevelde <icid.asset@gmail.com> @icidasset":
- shikensu - shikensu
@ -8209,6 +8209,7 @@ skipped-tests:
# Missing foreign libraries # Missing foreign libraries
- symengine - symengine
- hasql-interpolate # https://github.com/commercialhaskell/stackage/issues/6841 - hasql-interpolate # https://github.com/commercialhaskell/stackage/issues/6841
- hasql # blocked by https://github.com/phadej/aeson-optics/issues/20
# Timeouts # Timeouts
# These tests sometimes take too long and hit the stackage build # These tests sometimes take too long and hit the stackage build