update upgrade expectation for test_installer

it may not upgrade all the way to 1.4 if other packages are pinned in the base env
This commit is contained in:
Min RK
2023-04-17 10:56:24 +02:00
parent 438df10e1a
commit f13a31c20c

View File

@@ -149,7 +149,7 @@ def _specifier(version):
"4.10.3-7", "4.10.3-7",
{ {
"conda": "4.10.3", "conda": "4.10.3",
"mamba": ">=1.4.1", "mamba": ">=1.1.0",
"python": "3.9.*", "python": "3.9.*",
}, },
), ),