From 980247376498f2a37f466540b6a8ec8d31af96f5 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Sun, 5 Oct 2025 20:14:40 -0400 Subject: [PATCH] Remove old `miniconda` test --- tests/test_installer.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_installer.py b/tests/test_installer.py index f8db748..418c660 100644 --- a/tests/test_installer.py +++ b/tests/test_installer.py @@ -161,12 +161,6 @@ def _specifier(version): "mamba": ">=1.1.0", }, ), - # too-old Python (3.7), abort - ( - "miniconda", - "4.7.10", - ValueError, - ), ], ) def test_ensure_user_environment(