mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-08 04:17:29 +01:00
Re-skip tests for servant, servant-server until #3805 is done
This commit is contained in:
parent
979113fb56
commit
31e091b432
@ -3619,6 +3619,9 @@ packages:
|
|||||||
- servant < 0.14.1
|
- servant < 0.14.1
|
||||||
- servant-client-core < 0.14.1
|
- servant-client-core < 0.14.1
|
||||||
- servant-server < 0.14.1
|
- servant-server < 0.14.1
|
||||||
|
# WHEN LIFTED:
|
||||||
|
# * remove servant-generic
|
||||||
|
# * unblock servant and servant-server tests
|
||||||
|
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
@ -3847,6 +3850,8 @@ skipped-tests:
|
|||||||
- pandoc # tasty 1.1
|
- pandoc # tasty 1.1
|
||||||
- text-short # tasty 1.1
|
- text-short # tasty 1.1
|
||||||
- servant-auth-docs # doctest 0.16
|
- servant-auth-docs # doctest 0.16
|
||||||
|
- servant # until servant-0.14.1 is allowed
|
||||||
|
- servant-server # until servant-server-0.14.1 is allowed
|
||||||
|
|
||||||
# Transitive outdated dependencies
|
# Transitive outdated dependencies
|
||||||
# These can also be checked for updates periodically.
|
# These can also be checked for updates periodically.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user