Skip to content

Commit f459142

Browse files
manicsyuvipanda
authored andcommitted
Fix mamba/conda version test
1 parent 4b0c7d9 commit f459142

File tree

1 file changed

+3
-3
lines changed
  • tests/conda/py35-binder-dir

1 file changed

+3
-3
lines changed

tests/conda/py35-binder-dir/verify

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ v = out.split()[1]
1616
assert v[:3] == "3.5", out
1717

1818
out = sh(["micromamba", "--version"])
19-
assert out == "1.4.9", out
19+
assert out == "1.5.1", out
2020

2121
out = sh(["mamba", "--version"])
2222
assert (
2323
out
24-
== """mamba 1.4.9
25-
conda 23.5.2"""
24+
== """mamba 1.5.1
25+
conda 23.7.4"""
2626
), out
2727

2828
sh([kernel_python, "-c", "import numpy"])

0 commit comments

Comments
 (0)