Explicitly skip scientific tests

This commit is contained in:
Michael Snoyman 2014-09-08 22:21:34 +03:00
parent 9ceb36e886
commit 4445498c06

View File

@ -56,7 +56,10 @@ defaultSelectSettings version = SelectSettings
, useGlobalDatabase = False
, skippedTests =
if version >= GhcMajorVersion 7 8
then Set.singleton (PackageName "punycode") -- pulls in encoding
then Set.fromList
[ PackageName "punycode" -- pulls in encoding
, PackageName "scientific" -- pulls in tasty-ant-xml
]
else Set.empty
, selectGhcVersion = version
, selectTarballDir = "patching/tarballs"