Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions pulp_python/tests/functional/api/test_pypi_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,26 +243,6 @@ def test_twine_upload(
check=True,
)

# Test re-uploading same packages with --skip-existing works
output = subprocess.run(
(
"twine",
"upload",
"--repository-url",
url,
dist_dir / "*",
"-u",
username,
"-p",
password,
"--skip-existing",
),
capture_output=True,
check=True,
text=True
)
assert output.stdout.count("Skipping") == 2


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