Skip to content

Commit b606265

Browse files
ggaineygerrod3
authored andcommitted
Merge pull request #957 from gerrod3/skip-exist-remove
Remove testing of twine's --skip-existing due to twine feature removal (cherry picked from commit 2b34643)
1 parent 1988607 commit b606265

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)