We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ce094 commit fb72937Copy full SHA for fb72937
tests/conda/downgrade/verify
@@ -24,7 +24,7 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
24
# this may be brittle, but it's unlikely any of these old versions
25
# of packages will be rebuilt
26
# 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
+# which in turn downgrades Python from >=3.9.16 to 3.9.0
28
29
assert pkgs["openssl"]["version"].startswith("1.1.1"), pkgs["openssl"]["version"]
30
-assert pkgs["krb5"]["version"] == "1.17.2", pkgs["krb5"]["version"]
+assert pkgs["python"]["version"] == "3.9.0", pkgs["python"]["version"]
0 commit comments