Skip to content

Commit 00dfc59

Browse files
committed
Fixes local timezone tests on Windows
1 parent 819efeb commit 00dfc59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tz_tests/test_local_timezone.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class LocalTimezoneTest(AbstractTestCase):
99

1010
def test_unix_symlink(self):
11+
self.skip_if_windows()
12+
1113
# A ZONE setting in the target path of a symbolic linked localtime, f ex systemd distributions
1214
local_path = os.path.join(os.path.split(__file__)[0], '..')
1315
tz = LocalTimezone.get_tz_name_for_unix(

0 commit comments

Comments
 (0)