mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
1.0.9: pytest suite is failing #386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kloczek on GitHub (Jun 3, 2021).
Most of the test units are failing because missing file.
Is it any special procedure to generate those files?
@kloczek commented on GitHub (Sep 21, 2021):
gentle ping .. :)
@dmacks commented on GitHub (Feb 9, 2022):
Looks like the key is that the test-suite data files are not in the tarball. So it's #850, which is potentially solved by #841.
@kloczek commented on GitHub (Apr 10, 2022):
I've tested that PR is not fixing anything in my case.
I'm using autogenerated by github from git tag tar ball https://github.com/google/brotli//archive/v1.0.9/brotli-1.0.9.tar.gz as the input of the build process which builds in single procedure brotli library and all devel stuff, and python module.
All in one go.
That PR affects on;y sdist archove content.
@eustas commented on GitHub (Jan 6, 2023):
Investigating.
@eustas commented on GitHub (Jan 6, 2023):
Pinpointed. Will be fixed soon.