Skip to content

Commit 1bf99c8

Browse files
authored
Merge pull request #961 from pulp/patchback/backports/3.12/aa9a794380323156ed0c13d3ad7d12c61bb0a793/pr-960
[PR #960/aa9a7943 backport][3.12] Backport Remove testing of twine's --skip-existing due to twine feature removal [3.13]
2 parents 3f1ee03 + 6e3165d commit 1bf99c8

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
@@ -224,26 +224,6 @@ def test_twine_upload(
224224
check=True,
225225
)
226226

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

248228
@pytest.mark.parallel
249229
def test_simple_redirect_with_publications(

0 commit comments

Comments
 (0)