chore: drop unused test mark

This commit is contained in:
aclist 2026-08-14 08:37:13 +09:00 committed by GitHub
parent a72d692c68
commit 1753a40b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}"