[DHG_packages] 01/05: argon2: disable test suite

Sean Whitton spw-guest at moszumanska.debian.org
Wed Sep 28 03:28:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 5264467422dd9560f97d802087260610c703cb0f
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Sep 27 19:48:37 2016 -0700

    argon2: disable test suite
---
 p/haskell-argon2/debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/p/haskell-argon2/debian/rules b/p/haskell-argon2/debian/rules
index b649f11..2fb2960 100755
--- a/p/haskell-argon2/debian/rules
+++ b/p/haskell-argon2/debian/rules
@@ -3,7 +3,10 @@
 DEB_CABAL_PACKAGE = argon2
 DEB_DEFAULT_COMPILER = ghc
 DEB_INSTALL_CHANGELOGS_ALL = Changelog.md
-DEB_ENABLE_TESTS = yes
+
+# running upstream's test suite would take several years to complete:
+# https://github.com/ocharles/argon2/issues/7
+DEB_ENABLE_TESTS = no
 
 # use libargon2 shlib
 DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-system-library

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list