#2723 closed defect

spurious test failures on Windows due to absence of time.tzset() — at Initial Version

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

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 (0)

Note: See TracTickets for help on using tickets.