From b5105ca9f9c00e6f61bb5382262100e80bc25f20 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:03:27 +0900 Subject: [PATCH] chore: drop placeholder mark --- tests/test_changelog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_changelog.py b/tests/test_changelog.py index acc6019..e897571 100644 --- a/tests/test_changelog.py +++ b/tests/test_changelog.py @@ -19,7 +19,6 @@ def count_hash(line: str) -> int: return cnt -@pytest.mark.FOO def test_changelog_prefix(changelog) -> None: r = r".*(\[.*\]).*" lines = changelog.splitlines()