Skip to content

Commit

Permalink
retrigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Nov 21, 2024
1 parent 1ea84c9 commit 4c49986
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tests/tsat.nim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ suite "SAT solver":
check packages["a"] == newVersion "3.0"
check packages["b"] == newVersion "0.1.0"


test "solves 'Conflicting dependency resolution' #1162":
let pkgVersionTable = {
"a": PackageVersions(pkgName: "a", versions: @[
Expand Down Expand Up @@ -367,7 +366,10 @@ suite "SAT solver":
let (_, exitCode) = execNimble("install", "-l")
check exitCode == QuitSuccess


#[
- TODO make sure all collected version requires are enumerated (they need to be taken into account in collectAllVersions after the getPackageMinimalVersionsFromRepo call)
]#
test "should be able to collect all requires from old versions":
#We know this nimble version has additional requirements (new nimble use submodules)
#so if the requires are not collected we will not be able solve the package
cd "oldnimble": #0.16.2
removeDir("nimbledeps")
let (_, exitCode) = execNimbleYes("install", "-l")
check exitCode == QuitSuccess

0 comments on commit 4c49986

Please sign in to comment.