You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
runtest 3.6 tweak
This commit is contained in:
@@ -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 #
|
||||
|
Reference in New Issue
Block a user