Skip to content

Commit 05d4af4

Browse files
gerrod3cursoragent
andcommitted
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 <cursoragent@cursor.com>
1 parent 4acf777 commit 05d4af4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pulp_python/tests/functional/api/test_crud_content_unit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def test_package_creation_with_metadata(
203203
)
204204

205205

206-
@pytest.mark.parallel
207206
def test_disallow_package_substitution(
208207
monitor_task,
209208
python_bindings,
@@ -272,7 +271,6 @@ def test_disallow_package_substitution(
272271
assert repo.latest_version_href.endswith("/2/")
273272

274273

275-
@pytest.mark.parallel
276274
def test_package_substitution_allowed_by_default(
277275
monitor_task,
278276
python_bindings,

0 commit comments

Comments
 (0)