chore: drop unused test mark

This commit is contained in:
aclist 2026-08-14 08:37:13 +09:00
parent 2b8e0944a4
commit c179e3a9e9

View File

@ -1,11 +1,8 @@
import pytest
import re
day = r"([0][7-9]|[1][0-6])"
night = r"([0][0-6]|[1][7-9]|[2][0-3])"
pytestmark = pytest.mark.FOO
def iterate(h: str, r: str) -> None:
for m in range(60):
time = f"{h:02}:{m:02}"