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

Remove legacy setup.py clean command #34443

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Remove legacy setup.py clean command #34443

merged 1 commit into from
Mar 27, 2025

Conversation

tvalentyn
Copy link
Contributor

I don't see any evidence of python setup.py clean doing any useful cleaning.

In a clean repo, I have built apache-beam via:

python3 -m build --sdist, and also installed via pip install -e .

This created 146 untracked files:

(py310) 15:29:09 ::python$  git ls-files . --ignored --exclude-standard --others | wc -l
146

The number didn't change after running python setup.py clean, so i don't see any value that it is adding, yet it requires additional deps and trips peoples's workflows.

@tvalentyn
Copy link
Contributor Author

r: @kennknowles

@github-actions github-actions bot added the build label Mar 26, 2025
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@tvalentyn tvalentyn requested a review from damccorm March 27, 2025 18:39
Copy link
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tvalentyn tvalentyn merged commit 13efade into master Mar 27, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants