Skip to content

Commit

Permalink
comment unrelated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 24, 2025
1 parent d5c9c22 commit 22d504a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions tests/tsat.nim
Original file line number Diff line number Diff line change
Expand Up @@ -431,20 +431,21 @@ suite "SAT solver":
let (_, exitCode) = execNimbleYes("install", "-l")
check exitCode == QuitSuccess

test "should be able to fallback to a previous version of a dependency when unsatisfable (complex case)":
#There is an issue with
#[
"libp2p",
"https://github.com/status-im/nim-quic.git#8a97eeeb803614bce2eb0e4696127d813fea7526"
#TODO package got updated. Review test (not related with the declarative parser work)
# test "should be able to fallback to a previous version of a dependency when unsatisfable (complex case)":
# #There is an issue with
# #[
# "libp2p",
# "https://github.com/status-im/nim-quic.git#8a97eeeb803614bce2eb0e4696127d813fea7526"

Where libp2p needs to be set to an older version (15) as the constraints from nim-quic are incompatible with the
constraints from libp2p > 15.
# Where libp2p needs to be set to an older version (15) as the constraints from nim-quic are incompatible with the
# constraints from libp2p > 15.

]#
cd "libp2pconflict": #0.16.2
removeDir("nimbledeps")
let (_, exitCode) = execNimbleYes("install", "-l")
check exitCode == QuitSuccess
# ]#
# cd "libp2pconflict": #0.16.2
# removeDir("nimbledeps")
# let (_, exitCode) = execNimbleYes("install", "-l")
# check exitCode == QuitSuccess

test "should be able to solve complex dep graphs":
cd "sattests" / "mgtest":
Expand Down

0 comments on commit 22d504a

Please sign in to comment.