From 3c96cc3499b538849c12c1846a3c0ea724de2155 Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Fri, 10 Jan 2025 17:39:48 +0100 Subject: [PATCH] Move test_package away from on-disc test fixtures The tests in this module do not care about the content of the wheel. --- tests/test_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_package.py b/tests/test_package.py index c432c163..4d35b186 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -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