mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Skip some more tests and benchmarks
This commit is contained in:
parent
0eb73ae20c
commit
ad0cb8d170
@ -66,6 +66,10 @@ tryBuildBenchmark (PackageName name) = pack name `notMember` skippedBenchs
|
||||
skippedTests :: HashSet Text
|
||||
skippedTests = (old ++ ) $ setFromList $ words =<<
|
||||
[ "HTTP Octree options"
|
||||
, "hasql"
|
||||
, "bloodhound fb" -- require old hspec
|
||||
, "diagrams-haddock" -- requires old tasty
|
||||
, "hasql-postgres" -- requires old hasql
|
||||
]
|
||||
where
|
||||
old = setFromList $ map unPackageName $ setToList $ Old.skippedTests oldSettings
|
||||
@ -73,4 +77,5 @@ skippedTests = (old ++ ) $ setFromList $ words =<<
|
||||
skippedBenchs :: HashSet Text
|
||||
skippedBenchs = setFromList $ words =<<
|
||||
[ "machines criterion-plus graphviz lifted-base pandoc stm-containers uuid"
|
||||
, "cases hasql-postgres" -- pulls in criterion-plus, which has restrictive upper bounds
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user