From f6f491cf7d2c9eb3b6dd00fef9a841c178662096 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 23 Jun 2023 11:49:33 +0800 Subject: [PATCH] try skipping syb testsuite to break deps cycle In the dependencies for syb-0.7.2.3: tasty dependency cycle detected: tasty, syb, doctest, prettyprinter-ansi-terminal, optparse-applicative, tasty, STMonadTrans, Agda needed since syb is a build target. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28bb400a..61208fd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9415,6 +9415,7 @@ skipped-tests: - swagger2 # tried swagger2-2.8.7, but its *test-suite* requires hspec >=2.5.5 && < 2.11 and the snapshot contains hspec-2.11.1 - swagger2 # tried swagger2-2.8.7, but its *test-suite* requires hspec-discover >=2.5.5 && < 2.9 and the snapshot contains hspec-discover-2.11.1 - swish # tried swish-0.10.4.0, but its *test-suite* requires the disabled package: test-framework + - syb # tried syb-0.7.2.3, but its *test-suite* requires the disabled package: tasty - system-fileio # tried system-fileio-0.3.16.4, but its *test-suite* requires the disabled package: chell - system-filepath # tried system-filepath-0.4.14, but its *test-suite* requires the disabled package: chell - system-filepath # tried system-filepath-0.4.14, but its *test-suite* requires the disabled package: chell-quickcheck