commit | 0f11d0f778dca3bbaead1d8e2ec71067687d0296 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 15:05:27 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 15:05:27 2014 +0200 |
tree | 8d8ac565d29d8e8adfda9c87fd6feaa587c0d767 | |
parent | c9da0893d3b49b99e29e95276437d792c6ac0c9a [diff] [blame] |
Issue #19804: The test_find_mac test in test_uuid is now skipped if the ifconfig executable is not available.
diff --git a/Misc/NEWS b/Misc/NEWS index 5999b11..ddcf535 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Tests ----- +- Issue #19804: The test_find_mac test in test_uuid is now skipped if the + ifconfig executable is not available. + - Issue #19886: Use better estimated memory requirements for bigmem tests. - Backported tests for Tkinter variables.