tvalentyn opened a new pull request, #34443: URL: https://github.com/apache/beam/pull/34443
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
