Skip to content
Snippets Groups Projects
Commit 249374d1 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by Artem Pelenitsyn
Browse files

Fix tests

parent 2e32a44f
No related branches found
No related tags found
No related merge requests found
Pipeline #81492 passed
......@@ -203,12 +203,6 @@ tests =
, runTest $
mkTest dbNonupgrade "Refuse to install newer ghc requested by another library" ["A"] $
solverFailure (isInfixOf "rejecting: ghc-2.0.0 (constraint from non-upgradeable package requires installed instance)")
, runTest $
mkTest dbNonupgrade "Refuse to install newer ghci requested by another library" ["B"] $
solverFailure (isInfixOf "rejecting: ghci-2.0.0 (constraint from non-upgradeable package requires installed instance)")
, runTest $
mkTest dbNonupgrade "Refuse to install newer ghc-boot requested by another library" ["C"] $
solverFailure (isInfixOf "rejecting: ghc-boot-2.0.0 (constraint from non-upgradeable package requires installed instance)")
]
, testGroup
"reject-unconstrained"
......@@ -1301,8 +1295,6 @@ dbBase =
dbNonupgrade :: ExampleDb
dbNonupgrade =
[ Left $ exInst "ghc" 1 "ghc-1" []
, Left $ exInst "ghci" 1 "ghci-1" []
, Left $ exInst "ghc-boot" 1 "ghc-boot-1" []
, Right $ exAv "ghc" 2 []
, Right $ exAv "ghci" 2 []
, Right $ exAv "ghc-boot" 2 []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment