File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ 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
36
37
37
38
import AsyncTests
38
39
import BootTests
@@ -70,7 +71,7 @@ import WatchedFileTests
70
71
main :: IO ()
71
72
main = do
72
73
-- We mess with env vars so run single-threaded.
73
- defaultMainWithRerun $ testGroup " ghcide"
74
+ defaultMainWithRerun $ PlusTestOptions mkSequential $ testGroup " ghcide"
74
75
[ OpenCloseTest. tests
75
76
, InitializeResponseTests. tests
76
77
, CompletionTests. tests
@@ -104,3 +105,6 @@ main = do
104
105
, HieDbRetry. tests
105
106
, ExceptionTests. tests
106
107
]
108
+ where
109
+ PlusTestOptions mkSequential _ = sequentialTestGroup " foo" AllFinish []
110
+
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ library
57
57
, deepseq
58
58
, dependent-map
59
59
, dependent-sum
60
- , Diff ^>= 0.5
60
+ , Diff ^>= 0.5 || ^ >= 1.0.0
61
61
, directory
62
62
, dlist
63
63
, enummapset
Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ library hls-eval-plugin
473
473
, bytestring
474
474
, containers
475
475
, deepseq
476
- , Diff ^>= 0.5
476
+ , Diff ^>= 0.5 || ^ >= 1.0.0
477
477
, dlist
478
478
, extra
479
479
, filepath
@@ -2115,7 +2115,7 @@ test-suite ghcide-tests
2115
2115
, sqlite-simple
2116
2116
, stm
2117
2117
, stm-containers
2118
- , tasty
2118
+ , tasty >= 1.5
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 @@ -60,7 +60,7 @@ library
60
60
, data-default
61
61
, dependent-map
62
62
, dependent-sum >= 0.7
63
- , Diff ^>= 0.5
63
+ , Diff ^>= 0.5 || ^ >= 1.0.0
64
64
, dlist
65
65
, extra
66
66
, filepath
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ extra-deps:
27
27
- lsp-types-2.3.0.0
28
28
- monad-dijkstra-0.1.1.4 # 5
29
29
- retrie-1.2.3
30
+ - tasty-1.5.3
30
31
31
32
# stan and friends
32
33
- stan-0.1.3.0
You can’t perform that action at this time.
0 commit comments