Skip to content

Commit

Permalink
Remove the test for nimlangserver (#1115)
Browse files Browse the repository at this point in the history
- that particular version won't be buildable due to using deprecated(?)
import statement. The build of langserver has been fixed with
nim-lang/langserver@5188cdc
and the build status will be tracked by its CI. Thus removing the test
  • Loading branch information
yyoncho authored Jun 20, 2023
1 parent 8eebcf2 commit 158c667
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/ttaskdeps.nim
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,3 @@ suite "Task level dependencies":
check exitCode == QuitSuccess
check output.processOutput.inLines("benchmarkRequires: \"benchy 0.0.1\"")
check output.processOutput.inLines("testRequires: \"unittest2 0.0.4\"")

test "Lock files don't break":
# Tests for regression caused by tasks deps.
# nimlangserver is good candidate, has locks and quite a few dependencies
let (_, exitCode) = execNimbleYes("install", "nimlangserver@#19715af")
check exitCode == QuitSuccess

0 comments on commit 158c667

Please sign in to comment.