From 86b04cf341fbb9b42bba842f65ece0f1e1e39fd2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 4 Jul 2018 12:31:29 -0700 Subject: [PATCH] Skip some tests to unconstrain tasty, closes #3620 --- build-constraints.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56a564d0..f35b46f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3565,9 +3565,6 @@ packages: # https://github.com/fpco/stackage/issues/3566 - network < 2.7 - # https://github.com/fpco/stackage/issues/3620 - - tasty < 1.1 - # https://github.com/fpco/stackage/issues/3650 - haddock-library < 1.6.0 @@ -3849,6 +3846,16 @@ skipped-tests: - indents # tasty 0.12 and tasty-hunit 0.10 - barrier # tasty 0.12 and tasty-hunit 0.10 - validation # hedgehog 0.6 + - blaze-markup # tasty 1.1 + - cabal-install # tasty 1.1 + - haskell-tools-builtin-refactorings # tasty 1.1 + - haskell-tools-cli # tasty 1.1 + - haskell-tools-daemon # tasty 1.1 + - haskell-tools-demo # tasty 1.1 + - haskell-tools-refactor # tasty 1.1 + - haskell-tools-rewrite # tasty 1.1 + - pandoc # tasty 1.1 + - text-short # tasty 1.1 # Transitive outdated dependencies # These can also be checked for updates periodically.