Skip some tests to unblock tasty, closes #4196

This commit is contained in:
Dan Burton 2018-12-18 17:07:49 -05:00
parent aba5cc37cf
commit b23287de20
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -3863,9 +3863,6 @@ packages:
- Win32 == 2.6.1.0
"Stackage upper bounds":
# https://github.com/commercialhaskell/stackage/issues/4196
# - tasty < 1.2
# https://github.com/commercialhaskell/stackage/issues/4214
- haskell-src-exts < 1.21
- hlint < 2.1.12
@ -4167,6 +4164,20 @@ skipped-tests:
- rng-utils # via tasty-hedgehog
- tasty-discover # via tasty-hedgehog
- typerep-map # via tasty-hedgehog
# another batch for tasty 0.12
- cborg # via tasty-1.2
- ghc-prof # via tasty-1.2
- haskell-names # via tasty-1.2
- insert-ordered-containers # via tasty-1.2
- lattices # via tasty-1.2
- pandoc # via tasty-1.2
- servant-docs # via tasty-1.2
- sized-grid # via tasty-1.2
- tdigest # via tasty-1.2
- temporary-resourcet # via tasty-1.2
- these # via tasty-1.2
- scientific # via tasty-ant-xml
# Blocked due to tests failing to compile for GHC 8.6
- async-refresh