Skip to content

Commit 1845d48

Browse files
committed
Remove unused tmp_path from fixtures
1 parent 8f2b60b commit 1845d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/util/release/changelog_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959

6060

6161
@pytest.fixture
62-
def changes_md(tmp_path, changelogs):
62+
def changes_md(changelogs):
6363
"""
6464
As some operations in Changelogs modify files, we need a reset per function
6565
"""
6666
changelogs.changelog_md.write_text(CHANGES_CONTENTS)
6767

6868

6969
@pytest.fixture
70-
def unreleased_md(tmp_path, changelogs):
70+
def unreleased_md(changelogs):
7171
"""
7272
As some operations in Changelogs modify files, we need a reset per function
7373
"""

0 commit comments

Comments
 (0)