]> granicus.if.org Git - python/commit
bpo-29240: Skip test_readline.test_nonascii() (#4968)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 21 Dec 2017 23:09:26 +0000 (00:09 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2017 23:09:26 +0000 (00:09 +0100)
commit424315fa865b43f67e36a40647107379adf031da
treeaafc0953b4da168cc0ea2297d81a273dc8685391
parent550ee051d605b909dd75ef686d8e1244a0994394
bpo-29240: Skip test_readline.test_nonascii() (#4968)

Skip the test which fails on FreeBSD with POSIX locale.

Skip the test to fix FreeBSD buildbots, until a fix can be found, so
the buildbots can catch other regressions.
Lib/test/test_readline.py