We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc91fe commit 19c7243Copy full SHA for 19c7243
tests/unit/packaging/test_views.py
@@ -336,7 +336,6 @@ def github_attestation(self, github_provenance):
336
return github_provenance.attestation_bundles[0].attestations[0]
337
338
def test_github_pep740(self, github_attestation):
339
- """Test GitLab attestation properties and URL formatting."""
340
github_publisher = pretend.stub(
341
kind="GitHub",
342
workflow=".github/workflows/release.yml",
@@ -386,7 +385,6 @@ def test_github_pep740(self, github_attestation):
386
385
)
387
388
def test_gitlab_pep740(self, gitlab_attestation):
389
390
gitlab_publisher = pretend.stub(
391
kind="GitLab",
392
workflow_filepath=".gitlab-ci.yml",
0 commit comments