summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-14 18:33:55 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:12:56 +0000
commit3376e0b1f242c0e6dcd1759b15b7762999150989 (patch)
tree96fa745b0cd17315425f08288978231752ce1d1b
parentdev-haskell/hspec-discover: Disable tests (diff)
downloadgentoo-3376e0b1f242c0e6dcd1759b15b7762999150989.tar.gz
gentoo-3376e0b1f242c0e6dcd1759b15b7762999150989.tar.bz2
gentoo-3376e0b1f242c0e6dcd1759b15b7762999150989.zip
dev-haskell/tasty-expected-failure: Disable tests
Tests create circular dependencies Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/tasty-expected-failure/tasty-expected-failure-0.11.1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-haskell/tasty-expected-failure/tasty-expected-failure-0.11.1.2.ebuild b/dev-haskell/tasty-expected-failure/tasty-expected-failure-0.11.1.2.ebuild
index 9d40bd56558f..f49567c67626 100644
--- a/dev-haskell/tasty-expected-failure/tasty-expected-failure-0.11.1.2.ebuild
+++ b/dev-haskell/tasty-expected-failure/tasty-expected-failure-0.11.1.2.ebuild
@@ -5,8 +5,9 @@ EAPI=7
# ebuild generated by hackport 0.6.1.9999
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite
inherit haskell-cabal
+RESTRICT="test" # circular dependencies
DESCRIPTION="Mark tasty tests as failure expected"
HOMEPAGE="https://github.com/nomeata/tasty-expected-failure"