Skip to content

Commit

Permalink
fix: bump pulp_ansible to enable re-upload of deleted collection vers…
Browse files Browse the repository at this point in the history
…ion on stable-4.9 (#2045)

fix: bump pulp_ansible to enable re-uploads

Issue: AAH-2588
  • Loading branch information
rochacbruno authored Jan 29, 2024
1 parent 806413c commit ed857eb
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 293 deletions.
1 change: 1 addition & 0 deletions CHANGES/2588.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump pulp_ansible to enable re-upload of deleted collection version
1 change: 1 addition & 0 deletions galaxy_ng/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django_guid.middleware.guid_middleware',
"pulpcore.middleware.DomainMiddleware",
# END: Pulp standard middleware
'django_prometheus.middleware.PrometheusAfterMiddleware',
]
Expand Down
1 change: 1 addition & 0 deletions galaxy_ng/tests/integration/api/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
class TestRepositories:
@pytest.mark.all
@pytest.mark.repositories
@pytest.mark.skip(reason="pulp is changing how this works")
def test_cant_upload_same_collection_same_repo(self, galaxy_client):
"""
Verifies that the same collection / version cannot be uploaded to the same repo
Expand Down
1 change: 1 addition & 0 deletions galaxy_ng/tests/integration/cli/test_cli_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_publish_newer_certified_collection_version(

@pytest.mark.all
@pytest.mark.cli
@pytest.mark.skip(reason="pulp is changing how this works")
def test_publish_same_collection_version(ansible_config, galaxy_client):
"""Test you cannot publish same collection version already published."""

Expand Down
Loading

0 comments on commit ed857eb

Please sign in to comment.