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