========================================================================================== FAILURES ========================================================================================== _____________________________________________________________________________ test_tzlocal_local_time_trim_colon _____________________________________________________________________________ @mark_tzlocal_nix def test_tzlocal_local_time_trim_colon(): with TZEnvContext(':/etc/localtime'): > assert tz.gettz() is not None E assert None is not None E + where None = .GettzFunc object at 0x3fffae9f86a0>() E + where .GettzFunc object at 0x3fffae9f86a0> = tz.gettz dateutil/test/test_tz.py:995: AssertionError =============================================================== 1 failed, 1967 passed, 47 skipped, 18 xfailed in 25.75 seconds =============================================================== >>> ERROR: py3-python-dateutil: check failed