-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Allow ignoring python_min
hints
#2170
Comments
Or if we want to be more explicit
|
Another lint I ran into that needed skipping was the check about a build backend being present for a This could be handled via a linter skip, or by the linter also looking at the I like the proposed syntax in the comments above. |
@rgommers, it might be best to make a separate issue for that because it's not related to |
Some feedstocks need to opt-out of the test pins for
python_min
, for example due to being used elsewhere as adownstreams:
test against other python versions (c.f. conda-forge/conda-forge.github.io#2387, conda-forge/conda-smithy-feedstock#331, conda-forge/setuptools-feedstock#371).Given this reality, we shouldn't force those feedstocks to live with linter warnings in perpetuity, but give them a way to silence the linter. In #2090, the following mechanism was introduced
This could easily be extended to allow
The text was updated successfully, but these errors were encountered: