From 05d4af47ec3dabc5ef1e143483ea3455bc89d428 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 14 Jul 2026 18:12:49 -0400 Subject: [PATCH] Run package substitution tests outside the parallel suite Tests that upload a different artifact under the shelf-reader tar.gz filename leave incorrect global content that can break parallel PyPI JSON checks. Legit shelf-reader uploads and syncs remain parallel. Assisted-by: Cursor Co-authored-by: Cursor --- pulp_python/tests/functional/api/test_crud_content_unit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pulp_python/tests/functional/api/test_crud_content_unit.py b/pulp_python/tests/functional/api/test_crud_content_unit.py index 5bf79956..658cc433 100644 --- a/pulp_python/tests/functional/api/test_crud_content_unit.py +++ b/pulp_python/tests/functional/api/test_crud_content_unit.py @@ -203,7 +203,6 @@ def test_package_creation_with_metadata( ) -@pytest.mark.parallel def test_disallow_package_substitution( monitor_task, python_bindings, @@ -272,7 +271,6 @@ def test_disallow_package_substitution( assert repo.latest_version_href.endswith("/2/") -@pytest.mark.parallel def test_package_substitution_allowed_by_default( monitor_task, python_bindings,