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 1988607 + b606265 commit 3b820bcCopy full SHA for 3b820bc
pulp_python/tests/functional/api/test_pypi_apis.py
@@ -243,26 +243,6 @@ def test_twine_upload(
243
check=True,
244
)
245
246
- # Test re-uploading same packages with --skip-existing works
247
- output = subprocess.run(
248
- (
249
- "twine",
250
- "upload",
251
- "--repository-url",
252
- url,
253
- dist_dir / "*",
254
- "-u",
255
- username,
256
- "-p",
257
- password,
258
- "--skip-existing",
259
- ),
260
- capture_output=True,
261
- check=True,
262
- text=True
263
- )
264
- assert output.stdout.count("Skipping") == 2
265
-
266
267
class PyPISimpleApi(TestCaseUsingBindings, TestHelpersMixin):
268
"""Tests that the simple api is correct."""
0 commit comments