We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c724298 commit 1dcb8aaCopy full SHA for 1dcb8aa
tests/test_package.py
@@ -116,8 +116,8 @@ def test_package_signed_name_is_correct():
116
assert package.signed_filename == (filename + ".asc")
117
118
119
-def test_package_add_attestations(tmp_path):
120
- package = package_file.PackageFile.from_filename(helpers.WHEEL_FIXTURE, None)
+def test_package_add_attestations(tmp_path, test_wheel):
+ package = package_file.PackageFile.from_filename(str(test_wheel), None)
121
122
assert package.attestations is None
123
0 commit comments