conda-forge / conda-smithy

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

Make the `python_min` linter check robust against if-else syntax #2154

Closed rgommers closed 9 hours ago

rgommers commented 5 days ago

In noarch: python recipes, the thing being checked here should always have python as a string and not in an if: block, so it should be safe to skip the check. Fixes the linter failing on rattler-build recipes with conditional requirements.

Closes gh-2153