Browse Source

Skip test_find_mac on Windows (issue #19804).

This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
pull/224/head
Serhiy Storchaka 12 years ago
parent
commit
ba9d75e1be
  1. 1
      Lib/test/test_uuid.py

1
Lib/test/test_uuid.py

@ -358,6 +358,7 @@ class TestUUID(unittest.TestCase):
self.assertEqual(node1, node2)
@unittest.skipUnless(os.name == 'posix', 'requires Posix')
def test_find_mac(self):
data = '''\

Loading…
Cancel
Save