conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
149 stars 176 forks source link

Add CI tests for deprecation notices and `conda`/`conda-build` pre-release versions #1881

Open mbargull opened 6 months ago

mbargull commented 6 months ago

Comment:

To be better prepared for future changes to conda-smithy's dependencies, it would be beneficial to check/fail for deprecation warnings in the CI tests. (See, e.g., similar work upstream in https://github.com/conda/conda-build/pull/5244 .) Additionally, for conda/conda-build, we could test against pre-release versions from conda-canary/label/dev. (See, e.g., https://github.com/mamba-org/boa/pull/395/commits/d30c90c7dc91f5fe9f35adb3d11ab792232b8ca5 .)