11 lines
425 B
Diff
11 lines
425 B
Diff
|
--- a/pytz/tests/test_tzinfo.py
|
||
|
+++ b/pytz/tests/test_tzinfo.py
|
||
|
@@ -146,6 +146,7 @@ class PicklingTest(unittest.TestCase):
|
||
|
self._roundtrip_tzinfo(localized_tz)
|
||
|
self._roundtrip_datetime(dt.replace(tzinfo=localized_tz))
|
||
|
|
||
|
+ @unittest.skip('Fails with system-wide timezone database')
|
||
|
def testRoundtrip(self):
|
||
|
dt = datetime(2004, 2, 1, 0, 0, 0)
|
||
|
for zone in pytz.all_timezones:
|