diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-27 06:57:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-27 06:57:51 (GMT) |
commit | c303cfdb8a1e23faf677262d7bc14c6ef6b2251a (patch) | |
tree | 96b1eb7e688596fe614ae3608074b8e04a09c4be /Lib/test/test_uuid.py | |
parent | b152e177ef62cd171d5ac7bc540c7722da375894 (diff) | |
download | cpython-c303cfdb8a1e23faf677262d7bc14c6ef6b2251a.zip cpython-c303cfdb8a1e23faf677262d7bc14c6ef6b2251a.tar.gz cpython-c303cfdb8a1e23faf677262d7bc14c6ef6b2251a.tar.bz2 |
Skip test_find_mac on Windows (issue #19804).
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
Diffstat (limited to 'Lib/test/test_uuid.py')
-rw-r--r-- | Lib/test/test_uuid.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_uuid.py b/Lib/test/test_uuid.py index 0a47a91..072734e 100644 --- a/Lib/test/test_uuid.py +++ b/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 = '''\ |