Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295026 - dev-lang/python-2.6.4 fails tests when local timezone not set
Summary: dev-lang/python-2.6.4 fails tests when local timezone not set
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL: http://bugs.python.org/issue10213
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-29 10:28 UTC by Patrick Lauer
Modified: 2014-05-10 03:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2009-11-29 10:28:08 UTC
======================================================================
FAIL: test_strptime (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_time.py", line 117, in test_strptime
    (format, strf_output))
AssertionError: conversion specifier '%Z' failed with 'Local time zone must be set--see zic manual page' input.

----------------------------------------------------------------------
Ran 14 tests in 1.206s

FAILED (failures=1)
test test_time failed -- Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.6.4/work/Python-2.6.4/Lib/test/test_time.py", line 117, in test_strptime
    (format, strf_output))
AssertionError: conversion specifier '%Z' failed with 'Local time zone must be set--see zic manual page' input.

make: *** [test] Error 1
 * ERROR: dev-lang/python-2.6.4 failed:
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-10-27 11:51:44 UTC
Filed upstream bug, closing as UPSTREAM.