Skip to content

Commit

Permalink
Sigh, CI has a TZ set (linux should always have TZ set) so both block…
Browse files Browse the repository at this point in the history
…s need to be no-cover
  • Loading branch information
jamadden committed Sep 21, 2017
1 parent d1ea6e0 commit be2c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nti/externalization/tests/test_datetime.py
Expand Up @@ -40,7 +40,7 @@ def environ_tz():
finally:
if tz: # pragma: no cover
os.environ['TZ'] = tz
else:
else: # pragma: no cover
del os.environ['TZ']
time.tzset()

Expand Down

0 comments on commit be2c340

Please sign in to comment.