1 --- python-dateutil-2.9.0.post0/tests/test_tz.py.orig
2 +++ python-dateutil-2.9.0.post0/tests/test_tz.py
7 +@pytest.mark.skip(reason="always fails: https://github.com/dateutil/dateutil/issues/1260")
8 def test_tzlocal_local_time_trim_colon():
9 with TZEnvContext(':/etc/localtime'):
10 assert tz.gettz() is not None
11 --- python-dateutil-2.9.0.post0/tests/test_internals.py.orig
12 +++ python-dateutil-2.9.0.post0/tests/test_internals.py
16 @pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
17 +@pytest.mark.skip(reason="always fails: https://github.com/dateutil/dateutil/issues/1260")
18 def test_parser_parser_private_not_warns():
19 from dateutil.parser._parser import _timelex, _tzparser
20 from dateutil.parser._parser import _parsetz