AnacondaRecipes / python-feedstock

A conda-smithy repository for python.
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Add workaround for https://github.com/conda/conda/issues/10969 #46

Closed mbargull closed 2 years ago

mbargull commented 2 years ago

Cherry-picked https://github.com/conda-forge/python-feedstock/pull/511 from @chrisburr.

We'll need this workaround for the next few years until we can assume users to have updated to conda>4.10.3.

Anaconda should push out a new build with this workaround and mark the existing (Linux/macOS) builds of python[channel=pkgs/main,version=3.10,build_number=<=1] as broken or otherwise remove them to ensure users don't end up with these builds going forward.

Currently, the current 3.10 builds from defaults also let conda-build's CI fail for noarch: python tests.

cc @jezdez, @chenghlee

jezdez commented 2 years ago

Sorry @mbargull, I'm not on the package team and thought this was taken care of them, but it turns out we had this duplicated now in #47. I'll let @skupr-anaconda figure out what would be best to follow up here. Sorry!