summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-21 11:17:28 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-21 11:34:32 +0100
commit01757e5ac9324948ca64a4cf512352b09956a8fa (patch)
tree26e920623f109b4cc761e574e67ddc5b67ba3b37 /kconfiglib.py
parentc8b867407862db914f9a4990c8c59f1a5d300106 (diff)
Disable test dependent on dict ordering on Python 3.5 and earlier
The KCONFIG_WARN_UNDEF test often fails on Python 3.4 (3.5 not tested), but the output is still correct. It just differs due to dict ordering randomness. Python 3.6 iterates over dicts in insertion order in practice, and Python 3.7 made it part of the spec, so enable the test for 3.6 and later. Python 2.7 seems fine as well.
Diffstat (limited to 'kconfiglib.py')
0 files changed, 0 insertions, 0 deletions