Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Dec 2, 2024
1 parent edc91fe commit 19c7243
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/packaging/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def github_attestation(self, github_provenance):
return github_provenance.attestation_bundles[0].attestations[0]

def test_github_pep740(self, github_attestation):
"""Test GitLab attestation properties and URL formatting."""
github_publisher = pretend.stub(
kind="GitHub",
workflow=".github/workflows/release.yml",
Expand Down Expand Up @@ -386,7 +385,6 @@ def test_github_pep740(self, github_attestation):
)

def test_gitlab_pep740(self, gitlab_attestation):
"""Test GitLab attestation properties and URL formatting."""
gitlab_publisher = pretend.stub(
kind="GitLab",
workflow_filepath=".gitlab-ci.yml",
Expand Down

0 comments on commit 19c7243

Please sign in to comment.