mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Skip zoneinfo tests on VxWorks (#13535)
This commit is contained in:
@@ -5780,6 +5780,8 @@ class ZoneInfoTest(unittest.TestCase):
|
||||
zonename = 'America/New_York'
|
||||
|
||||
def setUp(self):
|
||||
if sys.platform == "vxworks":
|
||||
self.skipTest("Skipping zoneinfo tests on VxWorks")
|
||||
if sys.platform == "win32":
|
||||
self.skipTest("Skipping zoneinfo tests on Windows")
|
||||
try:
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Port test_datetime to VxWorks: skip zoneinfo tests on VxWorks
|
||||
Reference in New Issue
Block a user