mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 20:51:57 +01:00
Try to skip tests for tasty-quickcheck to solve #7493
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
parent
e27109ca6c
commit
dd7ce60b96
@ -1422,7 +1422,7 @@ packages:
|
|||||||
- tasty
|
- tasty
|
||||||
- tasty-golden
|
- tasty-golden
|
||||||
- tasty-hunit
|
- 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
|
- tasty-smallcheck
|
||||||
- time-lens
|
- time-lens
|
||||||
- timezone-olson
|
- timezone-olson
|
||||||
@ -8251,6 +8251,7 @@ skipped-tests:
|
|||||||
- statistics
|
- statistics
|
||||||
- syb
|
- syb
|
||||||
- tasty-expected-failure # via tasty-hedgehog
|
- tasty-expected-failure # via tasty-hedgehog
|
||||||
|
- tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493
|
||||||
- vector # doctest
|
- vector # doctest
|
||||||
- vector-binary-instances
|
- vector-binary-instances
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user