Skip to content

Conversation

@radarhere
Copy link
Member

@radarhere radarhere commented Apr 13, 2024

#7957 (comment)

During the release, the output of make release-test includes:

Successfully installed pillow-10.4.0.dev0
rm dist/.egg
rm: dist/
.egg: No such file or directory
make: [release-test] Error 1 (ignored)
rmdir dist
rmdir: dist: No such file or directory

This started happening due to #5896. python3 setup.py install creates a dist egg, but python3 -m pip install . does not.

#7957 removed -rm dist/*.egg.

If there's no dist directory, then there's no need remove it either, so -rmdir dist can also be removed.

@hugovk hugovk merged commit db21e7d into python-pillow:main Apr 13, 2024
@hugovk hugovk added the Cleanup label Apr 13, 2024
@radarhere radarhere deleted the release-test branch April 13, 2024 08:05
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