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

improve Setuptools applicable detection #1121

Merged
merged 3 commits into from
May 23, 2024

Conversation

dterrysynopsys
Copy link
Contributor

Currently the Setuptools check to see if a pyproject.toml exists and then attempt to run. They will fail at a later point if they don't detect a requires = ["setuptools"] line but this results in log statements about Setuptools running when it really shouldn't, as in the case of a Poetry project.

This moves the check for the requires line to the earlier applicable method so the Setuptools detectors won't run on such projects.

@dterrysynopsys dterrysynopsys changed the base branch from master to 9.7.z May 23, 2024 17:12
@dterrysynopsys dterrysynopsys merged commit eec1f00 into 9.7.z May 23, 2024
@dterrysynopsys dterrysynopsys deleted the dev/dterry/improve-setuptools-applicable branch May 23, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants