Skip some tests to unconstrain tasty, closes #3620

This commit is contained in:
Dan Burton 2018-07-04 12:31:29 -07:00
parent 401a60f8b5
commit 86b04cf341
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -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.