Skip to content

Commit fb72937

Browse files
committed
restore downgrade/verify test
now that mamba is fixed
1 parent 91ce094 commit fb72937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conda/downgrade/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
2424
# this may be brittle, but it's unlikely any of these old versions
2525
# of packages will be rebuilt
2626
# xeus-cling 0.6.0 pins xeus 0.20, which pins openssl 1.1.1,
27-
# which in turn downgrades krb5 from >=1.21.3 to 1.17.2
27+
# which in turn downgrades Python from >=3.9.16 to 3.9.0
2828

2929
assert pkgs["openssl"]["version"].startswith("1.1.1"), pkgs["openssl"]["version"]
30-
assert pkgs["krb5"]["version"] == "1.17.2", pkgs["krb5"]["version"]
30+
assert pkgs["python"]["version"] == "3.9.0", pkgs["python"]["version"]

0 commit comments

Comments
 (0)