We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819efeb commit 00dfc59Copy full SHA for 00dfc59
tests/tz_tests/test_local_timezone.py
@@ -8,6 +8,8 @@
8
class LocalTimezoneTest(AbstractTestCase):
9
10
def test_unix_symlink(self):
11
+ self.skip_if_windows()
12
+
13
# A ZONE setting in the target path of a symbolic linked localtime, f ex systemd distributions
14
local_path = os.path.join(os.path.split(__file__)[0], '..')
15
tz = LocalTimezone.get_tz_name_for_unix(
0 commit comments