Remove old miniconda test

This commit is contained in:
Jordan Bradford
2025-10-05 20:14:40 -04:00
parent 9d8c66467c
commit 9802473764

View File

@@ -161,12 +161,6 @@ def _specifier(version):
"mamba": ">=1.1.0", "mamba": ">=1.1.0",
}, },
), ),
# too-old Python (3.7), abort
(
"miniconda",
"4.7.10",
ValueError,
),
], ],
) )
def test_ensure_user_environment( def test_ensure_user_environment(