Skip to content

Commit

Permalink
Remove tests/fixtures/twine-1.5.0.zip
Browse files Browse the repository at this point in the history
This test file was added in 0605ef0 (Switch to packaging for
parsing metadata and support metadata 2.4, #1180) but the tests added
in that commit used minimal zip archives generated on the fly to test
the same code paths.
  • Loading branch information
dnicolodi committed Dec 19, 2024
1 parent da90e3b commit 79c7d4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed tests/fixtures/twine-1.5.0.zip
Binary file not shown.
1 change: 0 additions & 1 deletion tests/test_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
params=[
"fixtures/twine-1.5.0.tar.gz",
"fixtures/twine-1.6.5.tar.gz",
"fixtures/twine-1.5.0.zip",
]
)
def example_sdist(request):
Expand Down

0 comments on commit 79c7d4e

Please sign in to comment.