[issue19804] test_uuid.TestUUID.test_find_mac() fails

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Dec 1 16:21:34 CET 2013


Arfrever Frehtes Taifersar Arahesis added the comment:

The test currently uses:
@unittest.skipUnless(os.name == 'posix', 'requires Posix')

Maybe this test should be skipped also on posix systems with ifconfig not available at all?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19804>
_______________________________________


More information about the Python-bugs-list mailing list