mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
chore: drop unused test mark
This commit is contained in:
parent
2b8e0944a4
commit
c179e3a9e9
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user