mirror of https://github.com/python/cpython
Skip test_find_mac on Windows (issue #19804).
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
This commit is contained in:
parent
b152e177ef
commit
c303cfdb8a
|
@ -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…
Reference in New Issue