Skip to content

Commit d1722cd

Browse files
ggaineygerrod3
authored andcommitted
Remove testing of twine's --skip-existing due to twine feature removal
(cherry picked from commit 2b34643)
1 parent 33a4a3c commit d1722cd

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)