Opened at 2016-02-02T17:52:22Z
Last modified at 2016-03-22T05:03:36Z
#2723 closed defect
spurious test failures on Windows due to absence of time.tzset() — at Version 1
Reported by: | daira | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.0 |
Component: | code | Version: | 1.10.2 |
Keywords: | tests blocks-release windows | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
allmydata.test.test_web.Web.test_PUT_update_at_invalid_offset ... Traceback (most recent call last): File "c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\test_web.py", line 286, in setUp self.setTimezone('UTC-13:00') File "c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\common_util.py", line 190, in setTimezone time.tzset() exceptions.AttributeError: 'module' object has no attribute 'tzset'
Change History (1)
comment:1 Changed at 2016-02-02T17:52:57Z by daira
- Description modified (diff)
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.