From af9cb768a3f311ce674f74be7a207c4a6d8b9a87 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 26 May 2024 13:49:57 -0700 Subject: [PATCH] Move `hourglass` from `expected-test-failures` to `skipped-tests` (#7435) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 668be3fd..1a0c4903 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8887,6 +8887,7 @@ skipped-tests: - hjsonpointer # tried hjsonpointer-1.5.0, but its *test-suite* requires QuickCheck < 2.12 and the snapshot contains QuickCheck-2.14.3 - hjsonpointer # tried hjsonpointer-1.5.0, but its *test-suite* requires base < 4.12 and the snapshot contains base-4.19.1.0 - hjsonpointer # tried hjsonpointer-1.5.0, but its *test-suite* requires hspec >=2.2 && < 2.6 and the snapshot contains hspec-2.11.9 + - hourglass # 0.2.12, https://github.com/commercialhaskell/stackage/issues/7435 - hsdev # tried hsdev-0.3.4.0, but its *test-suite* requires lens-aeson >=1.0 && < 1.2 and the snapshot contains lens-aeson-1.2.3 - hspec-expectations-pretty-diff # https://github.com/unrelentingtech/hspec-expectations-pretty-diff/issues/7, https://github.com/commercialhaskell/stackage/issues/7433 - hspec-need-env # tried hspec-need-env-0.1.0.10, but its *test-suite* requires transformers >=0.5.2.0 && < 0.6 and the snapshot contains transformers-0.6.1.0 @@ -9112,7 +9113,6 @@ expected-test-failures: - haskey-btree # https://github.com/commercialhaskell/stackage/issues/7393 - hasql-migration # 0.3.0 https://github.com/tvh/hasql-migration/issues/11 - heist # GHC 9.8.1 - - hourglass # 0.2.12 - hweblib # 0.6.3 https://github.com/aycanirican/hweblib/issues/3 - inline-r # 1.0.1 https://github.com/tweag/HaskellR/issues/371 - leveldb-haskell