Skip to content

Commit

Permalink
channel priority resolves downgrade a little differently
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 16, 2024
1 parent be627ae commit 288074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conda/downgrade/verify
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
# which in turn downgrades Python from >=3.9.16 to 3.9.6

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

0 comments on commit 288074d

Please sign in to comment.