From bbed294b935e03c83d41f0950a8831bb7c567857 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Wed, 22 Feb 2023 22:34:46 -0800 Subject: [PATCH] define nested class for via_ip test --- tests/tz.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tz.py b/tests/tz.py index 0ea2b40..6d1d25a 100644 --- a/tests/tz.py +++ b/tests/tz.py @@ -94,6 +94,8 @@ def prepare(tmp_path: Path): (datetime.fromtimestamp(1600000000, tz=timezone.utc), (55.7558 , 37.6173 )), # Moscow, Russia ) # note: order doesn't matter, will be sorted in the data provider + class via_ip: + pass class time: class tz: