changeset 102:cc2b7540fa2b 0.2

tests: don't set the time zone There seems to be no need and it misbehaves on Windows.
author Idan Kamara <idankk86@gmail.com>
date Wed, 18 Jan 2012 00:39:25 +0200
parents d1a42c1d0b61
children e5d3b0aa48e6
files tests/__init__.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/__init__.py	Wed Jan 18 00:39:24 2012 +0200
+++ b/tests/__init__.py	Wed Jan 18 00:39:25 2012 +0200
@@ -2,7 +2,6 @@
 
 def setUp():
     os.environ['LANG'] = os.environ['LC_ALL'] = os.environ['LANGUAGE'] = 'C'
-    os.environ['TZ'] = 'GMT'
     os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
     os.environ['CDPATH'] = ''
     os.environ['COLUMNS'] = '80'