Skip to content

Commit 288074d

Browse files
committed
channel priority resolves downgrade a little differently
1 parent be627ae commit 288074d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conda/downgrade/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
2727
# which in turn downgrades Python from >=3.9.16 to 3.9.6
2828

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

0 commit comments

Comments
 (0)