diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-14 18:33:50 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:12:55 +0000 |
commit | 1aeea40bedad148e92b2c811698c23253ecd02c6 (patch) | |
tree | 83bd70d36699e8bbd3e5fcc2351cbc23599e0cc9 /dev-haskell/hspec-discover | |
parent | dev-haskell/hspec-core: Disable tests (diff) | |
download | gentoo-1aeea40bedad148e92b2c811698c23253ecd02c6.tar.gz gentoo-1aeea40bedad148e92b2c811698c23253ecd02c6.tar.bz2 gentoo-1aeea40bedad148e92b2c811698c23253ecd02c6.zip |
dev-haskell/hspec-discover: Disable tests
Tests create circular dependencies
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hspec-discover')
-rw-r--r-- | dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild index a1fbf99cb31b..df6a07a2992e 100644 --- a/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild +++ b/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild @@ -5,8 +5,9 @@ EAPI=8 # ebuild generated by hackport 0.7.9999 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Disable test-suite: circular depends inherit haskell-cabal +RESTRICT=test # disabled at build time DESCRIPTION="Automatically discover and run Hspec tests" HOMEPAGE="https://hspec.github.io/" @@ -20,7 +21,7 @@ RDEPEND=">=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 - test? ( ~dev-haskell/hspec-meta-2.9.3 - >=dev-haskell/mockery-0.3.5 - >=dev-haskell/quickcheck-2.7 ) " +# test? ( ~dev-haskell/hspec-meta-2.9.3 +# >=dev-haskell/mockery-0.3.5 +# >=dev-haskell/quickcheck-2.7 ) |