File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 468
468
]
469
469
470
470
471
- @pytest .fixture # type: ignore
471
+ @pytest .fixture
472
472
def gitcommits () -> list :
473
473
commits = [
474
474
git .GitCommit (
@@ -483,13 +483,13 @@ def gitcommits() -> list:
483
483
return commits
484
484
485
485
486
- @pytest .fixture # type: ignore
486
+ @pytest .fixture
487
487
def tags () -> list :
488
488
tags = [git .GitTag (* tag ) for tag in TAGS ]
489
489
return tags
490
490
491
491
492
- @pytest .fixture # type: ignore
492
+ @pytest .fixture
493
493
def changelog_content () -> str :
494
494
changelog_path = "tests/CHANGELOG_FOR_TEST.md"
495
495
with open (changelog_path , "r" ) as f :
Original file line number Diff line number Diff line change 25
25
"""
26
26
27
27
28
- @pytest .fixture # type: ignore
28
+ @pytest .fixture
29
29
def changelog_content () -> str :
30
30
changelog_path = "tests/CHANGELOG_FOR_TEST.md"
31
31
with open (changelog_path , "r" ) as f :
You can’t perform that action at this time.
0 commit comments