From a54f2711c57ef26db24e213db1f495ba97bc5c5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 19 Mar 2015 19:11:58 +0200 Subject: [PATCH] Disable doctest for jose-jwt --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05926055..d969cf0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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