Skip to content

Commit 3c96cc3

Browse files
committed
Move test_package away from on-disc test fixtures
The tests in this module do not care about the content of the wheel.
1 parent ba786b5 commit 3c96cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_package_signed_name_is_correct():
117117

118118

119119
def test_package_add_attestations(tmp_path, test_wheel):
120-
package = package_file.PackageFile.from_filename(test_wheel, None)
120+
package = package_file.PackageFile.from_filename(str(test_wheel), None)
121121

122122
assert package.attestations is None
123123

0 commit comments

Comments
 (0)