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

Switch to in-toto statements #18

Merged
merged 15 commits into from
Jun 11, 2024
Prev Previous commit
Next Next commit
test_impl: ensure dupe tag sets are handled
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jun 10, 2024
commit 72024f0ac63e102d4f53b5a3528f3c062f1b6b78
3 changes: 3 additions & 0 deletions test/test_impl.py
Original file line number Diff line number Diff line change
@@ -210,6 +210,9 @@ def test_exception_types(self) -> None:
"foo-1.0-py3.py2-none.abi3.cp37-linux_x86_64.any.whl",
"foo-1.0-py2.py3-abi3.cp37.none-any.linux_x86_64.whl",
),
# wheel: verbose compressed tag sets are re-compressed
("foo-1.0-py3.py2.py3-none-any.whl", "foo-1.0-py2.py3-none-any.whl"),
("foo-1.0-py3-none.none.none-any.whl", "foo-1.0-py3-none-any.whl"),
# sdist: fully normalized, no changes
("foo-1.0.tar.gz", "foo-1.0.tar.gz"),
# sdist: dist name is not case normalized