We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba786b5 commit 3c96cc3Copy full SHA for 3c96cc3
tests/test_package.py
@@ -117,7 +117,7 @@ def test_package_signed_name_is_correct():
117
118
119
def test_package_add_attestations(tmp_path, test_wheel):
120
- package = package_file.PackageFile.from_filename(test_wheel, None)
+ package = package_file.PackageFile.from_filename(str(test_wheel), None)
121
122
assert package.attestations is None
123
0 commit comments