Skip to content

Commit 19c7243

Browse files
committed
Remove comments
1 parent edc91fe commit 19c7243

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/packaging/test_views.py

-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ def github_attestation(self, github_provenance):
336336
return github_provenance.attestation_bundles[0].attestations[0]
337337

338338
def test_github_pep740(self, github_attestation):
339-
"""Test GitLab attestation properties and URL formatting."""
340339
github_publisher = pretend.stub(
341340
kind="GitHub",
342341
workflow=".github/workflows/release.yml",
@@ -386,7 +385,6 @@ def test_github_pep740(self, github_attestation):
386385
)
387386

388387
def test_gitlab_pep740(self, gitlab_attestation):
389-
"""Test GitLab attestation properties and URL formatting."""
390388
gitlab_publisher = pretend.stub(
391389
kind="GitLab",
392390
workflow_filepath=".gitlab-ci.yml",

0 commit comments

Comments
 (0)