We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9bb4d commit 31cd665Copy full SHA for 31cd665
pulp_python/tests/functional/api/test_pypi_apis.py
@@ -10,6 +10,7 @@
10
PYTHON_MD_PYPI_SUMMARY,
11
PYTHON_EGG_FILENAME,
12
PYTHON_EGG_SHA256,
13
+ PYTHON_WHEEL_FILENAME,
14
PYTHON_WHEEL_SHA256,
15
SHELF_PYTHON_JSON,
16
)
@@ -137,8 +138,8 @@ def test_package_upload_simple(
137
138
assert summary.added["python.python"]["count"] == 1
139
140
-@pytest.mark.parallel
141
def test_wheel_package_upload_with_metadata(
142
+ delete_orphans_pre,
143
python_content_summary,
144
python_empty_repo_distro,
145
python_package_dist_directory,
0 commit comments