Blame SOURCES/remove_tzinfo_test.patch

1e5eec
diff --git a/pytz/tests/test_tzinfo.py b/pytz/tests/test_tzinfo.py
1e5eec
index b2640a8..4f5322b 100644
1e5eec
--- a/pytz/tests/test_tzinfo.py
1e5eec
+++ b/pytz/tests/test_tzinfo.py
1e5eec
@@ -155,6 +155,7 @@ class PicklingTest(unittest.TestCase):
1e5eec
             self._roundtrip_tzinfo(localized_tz)
1e5eec
             self._roundtrip_datetime(dt.replace(tzinfo=localized_tz))
1e5eec
 
1e5eec
+    @unittest.skip('Fails with system-wide timezone database')
1e5eec
     def testRoundtrip(self):
1e5eec
         for zone in pytz.all_timezones:
1e5eec
             tz = pytz.timezone(zone)