mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 07:30:25 +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 :: HashSet Text
|
||||||
skippedTests = (old ++ ) $ setFromList $ words =<<
|
skippedTests = (old ++ ) $ setFromList $ words =<<
|
||||||
[ "HTTP Octree options"
|
[ "HTTP Octree options"
|
||||||
|
, "hasql"
|
||||||
|
, "bloodhound fb" -- require old hspec
|
||||||
|
, "diagrams-haddock" -- requires old tasty
|
||||||
|
, "hasql-postgres" -- requires old hasql
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
old = setFromList $ map unPackageName $ setToList $ Old.skippedTests oldSettings
|
old = setFromList $ map unPackageName $ setToList $ Old.skippedTests oldSettings
|
||||||
@ -73,4 +77,5 @@ skippedTests = (old ++ ) $ setFromList $ words =<<
|
|||||||
skippedBenchs :: HashSet Text
|
skippedBenchs :: HashSet Text
|
||||||
skippedBenchs = setFromList $ words =<<
|
skippedBenchs = setFromList $ words =<<
|
||||||
[ "machines criterion-plus graphviz lifted-base pandoc stm-containers uuid"
|
[ "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