-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Walk directories in sorted order for reproducibility (#517)
* fix: Walk directories in sorted order for reproducibility * recurse directories in sorted order * recurse top-level *.dist-info/ directories last * list filenames in sorted order * list top-level *.dist-info/RECORD files last * do not add zip file entries for non-empty directories Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com> * Add test for empty folder * Revert "Add test for empty folder" This reverts commit a8134df. * Revert "do not add zip file entries for non-empty directories" This reverts commit fbdd62e. * Reapply "Add test for empty folder" This reverts commit 25b3dd1. * fix test --------- Co-authored-by: mayeut <mayeut@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
78 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters