From f13a31c20c0e8e4b5e9faea9b4c7a238e2b8362b Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 17 Apr 2023 10:56:24 +0200 Subject: [PATCH] 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 --- tests/test_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_installer.py b/tests/test_installer.py index e7af2ca..7675bd0 100644 --- a/tests/test_installer.py +++ b/tests/test_installer.py @@ -149,7 +149,7 @@ def _specifier(version): "4.10.3-7", { "conda": "4.10.3", - "mamba": ">=1.4.1", + "mamba": ">=1.1.0", "python": "3.9.*", }, ),