diff --git a/tests/unit/packaging/test_views.py b/tests/unit/packaging/test_views.py index 166dbb216eb9..f914c3e97b1b 100644 --- a/tests/unit/packaging/test_views.py +++ b/tests/unit/packaging/test_views.py @@ -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", @@ -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",