Summary: | dev-python/tzlocal-5.0.1 fails tests (MUSL-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2023-05-20 11:51:38 UTC
Created attachment 862039 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: # FileNotFoundError: If resource_name doesn't exist in the package # ImportError: If package_name doesn't exist (e.g. if tzdata is not # UnicodeEncodeError: If package_name or resource_name are not UTF-8, # to "we cannot find this key": except zoneinfo.ZoneInfoNotFoundError: ' /var/tmp/portage/dev-python/tzlocal-5.0.1/work/tzlocal-5.0.1/tests/test_data/conflicting/etc/conf.d/clock: Africa/Johannesburg /var/tmp/portage/dev-python/tzlocal-5.0.1/work/tzlocal-5.0.1/tests/test_data/conflicting/etc/sysconfig/clock: Europe/Warsaw /var/tmp/portage/dev-python/tzlocal-5.0.1/work/tzlocal-5.0.1/tests/test_data/conflicting/etc/timezone: Europe/Paris /var/tmp/portage/dev-python/tzlocal-5.0.1/work/tzlocal-5.0.1/tests/test_data/conflicting/var/db/zoneinfo: America/New_York E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Africa/Harare' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Africa/Johannesburg' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Etc/UTC' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Europe/Berlin' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Europe/Minsk' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Europe/Paris' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key Pacific/Chatham' E zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC' E zoneinfo._common.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like Africa/Harare. E AssertionError: assert 'local' == 'Africa/Harare' E AssertionError: assert 'localtime is a symlink to: Africa/Harare' in 'Multiple conflicting time zone configurations found: E ModuleNotFoundError: No module named 'tzdata' FAILED tests/test_tzlocal.py::test_assert_tz_offset - zoneinfo._common.ZoneIn... FAILED tests/test_tzlocal.py::test_conflicting - AssertionError: assert 'loca... FAILED tests/test_tzlocal.py::test_env - zoneinfo._common.ZoneInfoNotFoundErr... FAILED tests/test_tzlocal.py::test_get_reload - zoneinfo._common.ZoneInfoNotF... FAILED tests/test_tzlocal.py::test_noconflict - zoneinfo._common.ZoneInfoNotF... FAILED tests/test_tzlocal.py::test_only_localtime - zoneinfo._common.ZoneInfo... FAILED tests/test_tzlocal.py::test_symlink_localtime - AssertionError: assert... FAILED tests/test_tzlocal.py::test_termux - zoneinfo._common.ZoneInfoNotFound... FAILED tests/test_tzlocal.py::test_timezone - zoneinfo._common.ZoneInfoNotFou... FAILED tests/test_tzlocal.py::test_timezone_setting - zoneinfo._common.ZoneIn... FAILED tests/test_tzlocal.py::test_timezone_top_line_comment - zoneinfo._comm... FAILED tests/test_tzlocal.py::test_ubuntu_docker_bug - zoneinfo._common.ZoneI... FAILED tests/test_tzlocal.py::test_vardbzoneinfo_setting - zoneinfo._common.Z... FAILED tests/test_tzlocal.py::test_win32 - zoneinfo._common.ZoneInfoNotFoundE... FAILED tests/test_tzlocal.py::test_win32_env - zoneinfo._common.ZoneInfoNotFo... FAILED tests/test_tzlocal.py::test_win32_no_dst - zoneinfo._common.ZoneInfoNo... FAILED tests/test_tzlocal.py::test_zone_setting - zoneinfo._common.ZoneInfoNo... FAILED tests/test_tzlocal.py::test_zoneinfo_compatibility - zoneinfo._common.... Fix the configuration, or set the time zone in a TZ environment variable. Please use a timezone in the form of Continent/City' |