mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-07 11:57:28 +01:00
Disable doctest for jose-jwt
This commit is contained in:
parent
38fd5a2b4a
commit
a54f2711c5
@ -857,6 +857,10 @@ package-flags:
|
|||||||
two-point-one: true
|
two-point-one: true
|
||||||
two-point-two: false
|
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
|
# By skipping a test suite, we do not pull in the build dependencies
|
||||||
skipped-tests:
|
skipped-tests:
|
||||||
- ReadArgs # old version of hspec
|
- ReadArgs # old version of hspec
|
||||||
@ -1087,9 +1091,6 @@ expected-test-failures:
|
|||||||
# Requires locally running services
|
# Requires locally running services
|
||||||
- network-anonymous-i2p
|
- 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.
|
# Haddocks which are expected to fail. Same concept as expected test failures.
|
||||||
expected-haddock-failures:
|
expected-haddock-failures:
|
||||||
# https://github.com/acw/bytestring-progress/issues/4
|
# https://github.com/acw/bytestring-progress/issues/4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user