runtest 3.6 tweak

This commit is contained in:
rocky
2020-01-13 09:46:32 -05:00
parent d575e57e31
commit c046aa3b9b

View File

@@ -240,7 +240,9 @@ case $PYVERSION in
3.6)
. ./3.6-exclude.sh
if (( batch )) ; then
SKIP_TESTS[test__locale.py]=1 # Wierd in batch environment
# locale on test machine is probably non-default
SKIP_TESTS[test__locale.py]=1
# "test_epoll.py", line 145, in test_control_and_wait
# TypeError: a bytes-like object is required, not 'str'
SKIP_TESTS[test_epol.py]=1 #