Commit cf6a3e2a authored by Serhiy Storchaka's avatar Serhiy Storchaka

Skip test_find_mac on Windows (issue #19804).

This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
parent 2a57009b
......@@ -347,6 +347,7 @@ class TestUUID(unittest.TestCase):
self.assertEqual(node1, node2)
@unittest.skipUnless(os.name == 'posix', 'requires Posix')
def test_find_mac(self):
data = '''\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment