general: make time.tz.via_location user config lazy, move tests to my.tests package

also gets rid of the problematic reset_modules thingie
This commit is contained in:
Dima Gerasimov 2024-08-26 02:00:51 +01:00
parent 9912555d11
commit 9462357f2c
15 changed files with 269 additions and 233 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
from my.tests.common import skip_if_not_karlicoss as pytestmark
from datetime import datetime, timezone
from itertools import islice
import pytz