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
33
33
import qualified HieDbRetry
34
34
import Test.Tasty
35
35
import Test.Tasty.Ingredients.Rerun
36
- import Test.Tasty.Runners
37
36
38
37
import AsyncTests
39
38
import BootTests
@@ -71,7 +70,7 @@ import WatchedFileTests
71
70
main :: IO ()
72
71
main = do
73
72
-- We mess with env vars so run single-threaded.
74
- defaultMainWithRerun $ PlusTestOptions mkSequential $ testGroup " ghcide"
73
+ defaultMainWithRerun $ testGroup " ghcide"
75
74
[ OpenCloseTest. tests
76
75
, InitializeResponseTests. tests
77
76
, CompletionTests. tests
@@ -105,6 +104,3 @@ main = do
105
104
, HieDbRetry. tests
106
105
, ExceptionTests. tests
107
106
]
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
2115
2115
, sqlite-simple
2116
2116
, stm
2117
2117
, stm-containers
2118
- , tasty >= 1.5
2118
+ , tasty
2119
2119
, tasty-expected-failure
2120
2120
, tasty-hunit >= 0.10
2121
2121
, tasty-quickcheck
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ extra-deps:
29
29
- lsp-types-2.3.0.0
30
30
- monad-dijkstra-0.1.1.4 # 5
31
31
- retrie-1.2.3
32
- - tasty-1.5.3
33
32
34
33
# stan and friends
35
34
- stan-0.2.1.0
You can’t perform that action at this time.
0 commit comments