File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ def mockredis():
833833@pytest .fixture
834834def gitlab_provenance () -> Provenance :
835835 """
836- Claims extracted from
836+ Provenance from
837837 https://test.pypi.org/integrity/pep740-sampleproject/1.0.0/pep740_sampleproject-1.0.0.tar.gz/provenance
838838 """
839839 return Provenance .model_validate_json (
@@ -844,7 +844,7 @@ def gitlab_provenance() -> Provenance:
844844@pytest .fixture
845845def github_provenance () -> Provenance :
846846 """
847- Claims extracted from
847+ Provenance from
848848 https://pypi.org/integrity/sampleproject/4.0.0/sampleproject-4.0.0.tar.gz/provenance
849849 """
850850 return Provenance .model_validate_json (
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments