Disable doctest for jose-jwt

This commit is contained in:
Michael Snoyman 2015-03-19 19:11:58 +02:00
parent 38fd5a2b4a
commit a54f2711c5

View File

@ -857,6 +857,10 @@ package-flags:
two-point-one: true
two-point-two: false
# https://github.com/fpco/stackage/pull/482#issuecomment-83635207
jose-jwt:
doctest: false
# By skipping a test suite, we do not pull in the build dependencies
skipped-tests:
- ReadArgs # old version of hspec
@ -1087,9 +1091,6 @@ expected-test-failures:
# Requires locally running services
- network-anonymous-i2p
# https://github.com/fpco/stackage/pull/482#issuecomment-83635207
- jose-jwt
# Haddocks which are expected to fail. Same concept as expected test failures.
expected-haddock-failures:
# https://github.com/acw/bytestring-progress/issues/4