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.
2 parents 8c06232 + 60a7e06 commit 2b34643Copy full SHA for 2b34643
pulp_python/tests/functional/api/test_pypi_apis.py
@@ -225,26 +225,6 @@ def test_twine_upload(
225
check=True,
226
)
227
228
- # Test re-uploading same packages with --skip-existing works
229
- output = subprocess.run(
230
- (
231
- "twine",
232
- "upload",
233
- "--repository-url",
234
- url,
235
- dist_dir / "*",
236
- "-u",
237
- username,
238
- "-p",
239
- password,
240
- "--skip-existing",
241
- ),
242
- capture_output=True,
243
- check=True,
244
- text=True,
245
- )
246
- assert output.stdout.count("Skipping") == 2
247
-
248
249
@pytest.mark.parallel
250
def test_simple_redirect_with_publications(
0 commit comments