We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2b60b commit 1845d48Copy full SHA for 1845d48
test/unit/util/release/changelog_test.py
@@ -59,15 +59,15 @@
59
60
61
@pytest.fixture
62
-def changes_md(tmp_path, changelogs):
+def changes_md(changelogs):
63
"""
64
As some operations in Changelogs modify files, we need a reset per function
65
66
changelogs.changelog_md.write_text(CHANGES_CONTENTS)
67
68
69
70
-def unreleased_md(tmp_path, changelogs):
+def unreleased_md(changelogs):
71
72
73
0 commit comments