File _service:tar_scm:backport-remove_tzinfo_test.patch of Package pytz
13
1
diff --git a/pytz/tests/test_tzinfo.py b/pytz/tests/test_tzinfo.py
2
index b2640a8..4f5322b 100644
3
--- a/pytz/tests/test_tzinfo.py
4
+++ b/pytz/tests/test_tzinfo.py
5
6
self._roundtrip_tzinfo(localized_tz)
7
self._roundtrip_datetime(dt.replace(tzinfo=localized_tz))
8
9
+ @unittest.skip('Fails with system-wide timezone database')
10
def testRoundtrip(self):
11
for zone in pytz.all_timezones:
12
tz = pytz.timezone(zone)
13