Skip to content

Commit cb23952

Browse files
committed
Update comments
1 parent edc91fe commit cb23952

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def mockredis():
833833
@pytest.fixture
834834
def 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
845845
def 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(

tests/unit/packaging/test_views.py

Lines changed: 0 additions & 2 deletions
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)