2018-08-23 10:07:03 +00:00
|
|
|
diff --git a/pytz/tests/test_tzinfo.py b/pytz/tests/test_tzinfo.py
|
|
|
|
index b2640a8..4f5322b 100644
|
2018-03-17 21:14:43 +00:00
|
|
|
--- a/pytz/tests/test_tzinfo.py
|
|
|
|
+++ b/pytz/tests/test_tzinfo.py
|
2018-08-23 10:07:03 +00:00
|
|
|
@@ -155,6 +155,7 @@ class PicklingTest(unittest.TestCase):
|
2018-03-17 21:14:43 +00:00
|
|
|
self._roundtrip_tzinfo(localized_tz)
|
|
|
|
self._roundtrip_datetime(dt.replace(tzinfo=localized_tz))
|
|
|
|
|
|
|
|
+ @unittest.skip('Fails with system-wide timezone database')
|
|
|
|
def testRoundtrip(self):
|
|
|
|
for zone in pytz.all_timezones:
|
2018-08-23 10:07:03 +00:00
|
|
|
tz = pytz.timezone(zone)
|