diff --git a/micromamba/tests/test_env.py b/micromamba/tests/test_env.py index aeb4c94227..cffbc53b03 100644 --- a/micromamba/tests/test_env.py +++ b/micromamba/tests/test_env.py @@ -317,6 +317,7 @@ def test_env_update_conda_forge_with_pypi(tmp_home, tmp_root_prefix, tmp_path): channels: - conda-forge dependencies: +- python 3.12 # Numpy has not been released for python >=3.13 yet - numpy==2.0.0 """