tests: install tz related libs in test env

This commit is contained in:
Sean Breckenridge 2023-02-22 23:54:52 -08:00
parent 1094fcd329
commit 3798d1c7d2

View file

@ -47,7 +47,12 @@ commands =
hpi module install my.location.google hpi module install my.location.google
pip install ijson # optional dependency pip install ijson # optional dependency
# tz/location
hpi module install my.time.tz.via_location hpi module install my.time.tz.via_location
hpi module install my.ip.all
hpi module install my.location.gpslogger
hpi module install my.location.fallback.via_ip
hpi module install my.google.takeout.parser
hpi module install my.calendar.holidays hpi module install my.calendar.holidays