If PyPy becomes newer than CPython for a specific version (like 3.8), Conda will default to installing PyPy everywhere (instead of CPython as intended). Would be good to add a test that PyPy isn't newer that CPython to avoid this.
Better still would be to avoid this behavior in or from solvers somehow
If PyPy becomes newer than CPython for a specific version (like 3.8), Conda will default to installing PyPy everywhere (instead of CPython as intended). Would be good to add a test that PyPy isn't newer that CPython to avoid this.
Better still would be to avoid this behavior in or from solvers somehow
cc @mattip ( who raised this in comment https://github.com/conda-forge/pypy-meta-feedstock/pull/24#issuecomment-1412676270 )