mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
Skip tests for cabal-install per #2995
This commit is contained in:
parent
8ba598144e
commit
08a31dfd96
@ -3021,6 +3021,8 @@ packages:
|
|||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2995
|
# https://github.com/fpco/stackage/issues/2995
|
||||||
- tasty < 0.12
|
- tasty < 0.12
|
||||||
|
# When tasty constraint is lifted:
|
||||||
|
# don't forget to unskip tests for cabal-install
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/3013
|
# https://github.com/fpco/stackage/issues/3013
|
||||||
- servant < 0.12
|
- servant < 0.12
|
||||||
@ -3287,6 +3289,8 @@ skipped-builds:
|
|||||||
# or if Setup fails because of missing foreign libraries.
|
# or if Setup fails because of missing foreign libraries.
|
||||||
# Otherwise place them in expected-test-failures.
|
# Otherwise place them in expected-test-failures.
|
||||||
skipped-tests:
|
skipped-tests:
|
||||||
|
# Bleeding edge dependencies
|
||||||
|
- cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995
|
||||||
# Outdated dependencies
|
# Outdated dependencies
|
||||||
# These can periodically be checked for updates;
|
# These can periodically be checked for updates;
|
||||||
# just remove these lines and run `stackage-curator check' to verify.
|
# just remove these lines and run `stackage-curator check' to verify.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user