Skip to content
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

Add an option to disable using trove-classifiers package #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mgorny
Copy link

@mgorny mgorny commented Nov 21, 2024

As requested in pypa/setuptools#4459, add a VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS environment variable that can be used to disable using trove_classifiers package even if it is available. This can be used when the system features an outdated trove_classifiers, and therefore incorrectly triggers validation error. The change is designed to be absolutely minimal and non-intrusive.


I do realize you're probably going to reject this. Nevertheless, I believe it makes sense to send a pull request, so others who need a similar change can easily discover it.

As requested in pypa/setuptools#4459, add
a VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS environment variable that can
be used to disable using trove_classifiers package even if it is
available.  This can be used when the system features an outdated
trove_classifiers, and therefore incorrectly triggers validation error.
The change is designed to be absolutely minimal and non-intrusive.
@henryiii
Copy link
Collaborator

Up to @abravalheri. I'd be okay with it, personally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants