File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module Main (main) where
3333import qualified HieDbRetry
3434import Test.Tasty
3535import Test.Tasty.Ingredients.Rerun
36- import Test.Tasty.Runners
3736
3837import AsyncTests
3938import BootTests
@@ -71,7 +70,7 @@ import WatchedFileTests
7170main :: IO ()
7271main = do
7372 -- We mess with env vars so run single-threaded.
74- defaultMainWithRerun $ PlusTestOptions mkSequential $ testGroup " ghcide"
73+ defaultMainWithRerun $ testGroup " ghcide"
7574 [ OpenCloseTest. tests
7675 , InitializeResponseTests. tests
7776 , CompletionTests. tests
@@ -105,6 +104,3 @@ main = do
105104 , HieDbRetry. tests
106105 , ExceptionTests. tests
107106 ]
108- where
109- PlusTestOptions mkSequential _ = sequentialTestGroup " foo" AllFinish []
110-
Original file line number Diff line number Diff line change @@ -2115,7 +2115,7 @@ test-suite ghcide-tests
21152115 , sqlite-simple
21162116 , stm
21172117 , stm-containers
2118- , tasty >= 1.5
2118+ , tasty
21192119 , tasty-expected-failure
21202120 , tasty-hunit >= 0.10
21212121 , tasty-quickcheck
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ extra-deps:
2929 - lsp-types-2.3.0.0
3030 - monad-dijkstra-0.1.1.4 # 5
3131 - retrie-1.2.3
32- - tasty-1.5.3
3332
3433 # stan and friends
3534 - stan-0.2.1.0
You can’t perform that action at this time.
0 commit comments