From dd7ce60b96f6d38a168fe2ed75dc6ea2f85160e6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 18:14:30 -0800 Subject: [PATCH] Try to skip tests for `tasty-quickcheck` to solve #7493 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 824a46e7..8d68e817 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1422,7 +1422,7 @@ packages: - tasty - tasty-golden - tasty-hunit - - tasty-quickcheck < 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493 + - tasty-quickcheck # 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493 - tasty-smallcheck - time-lens - timezone-olson @@ -8251,6 +8251,7 @@ skipped-tests: - statistics - syb - tasty-expected-failure # via tasty-hedgehog + - tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493 - vector # doctest - vector-binary-instances