Skip to content

Commit 31cd665

Browse files
committed
tmp
1 parent ee9bb4d commit 31cd665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulp_python/tests/functional/api/test_pypi_apis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
PYTHON_MD_PYPI_SUMMARY,
1111
PYTHON_EGG_FILENAME,
1212
PYTHON_EGG_SHA256,
13+
PYTHON_WHEEL_FILENAME,
1314
PYTHON_WHEEL_SHA256,
1415
SHELF_PYTHON_JSON,
1516
)
@@ -137,8 +138,8 @@ def test_package_upload_simple(
137138
assert summary.added["python.python"]["count"] == 1
138139

139140

140-
@pytest.mark.parallel
141141
def test_wheel_package_upload_with_metadata(
142+
delete_orphans_pre,
142143
python_content_summary,
143144
python_empty_repo_distro,
144145
python_package_dist_directory,

0 commit comments

Comments
 (0)