Skip to content

Commit b8122f6

Browse files
gerrod3patchback[bot]
authored andcommitted
Switch content 2.4 metadata upload test to use attrs package to avoid race condition with large sync test
(cherry picked from commit c7fa145)
1 parent 981af92 commit b8122f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎pulp_python/tests/functional/api/test_crud_content_unit.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ def test_upload_requires_python(python_content_factory):
174174
@pytest.mark.parallel
175175
def test_upload_metadata_24_spec(python_content_factory):
176176
"""Test that packages using metadata spec 2.4 can be uploaded to pulp."""
177-
filename = "setuptools-80.9.0.tar.gz"
178-
url = get_package_url("setuptools", filename)
177+
filename = "attrs-26.1.0.tar.gz"
178+
url = get_package_url("attrs", filename)
179179
content = python_content_factory(filename, url=url)
180180
assert content.metadata_version == "2.4"
181181
assert content.license_expression == "MIT"

0 commit comments

Comments
 (0)