Skip to content

Commit 3b820bc

Browse files
authored
Merge pull request #959 from gerrod3/patchback/backports/3.11/2b34643299835462a4add6b3b76d2d8309bf91d9/pr-957
Backport removal of twine --skip-existing test [3.11]
2 parents 1988607 + b606265 commit 3b820bc

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pulp_python/tests/functional/api/test_pypi_apis.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -243,26 +243,6 @@ def test_twine_upload(
243243
check=True,
244244
)
245245

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-
266246

267247
class PyPISimpleApi(TestCaseUsingBindings, TestHelpersMixin):
268248
"""Tests that the simple api is correct."""

0 commit comments

Comments
 (0)