Skip to content

Commit

Permalink
Move test_package away from on-disc test fixtures
Browse files Browse the repository at this point in the history
The tests in this module do not care about the content of the wheel.
  • Loading branch information
dnicolodi committed Jan 10, 2025
1 parent ba786b5 commit 3c96cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_package_signed_name_is_correct():


def test_package_add_attestations(tmp_path, test_wheel):
package = package_file.PackageFile.from_filename(test_wheel, None)
package = package_file.PackageFile.from_filename(str(test_wheel), None)

assert package.attestations is None

Expand Down

0 comments on commit 3c96cc3

Please sign in to comment.