change: remove test which has compatibility problem in Python 2.7 temporarily

This commit is contained in:
debugtalk
2019-12-12 19:10:03 +08:00
parent 5e025c2e7f
commit c88cd38109
3 changed files with 15 additions and 14 deletions

View File

@@ -579,6 +579,7 @@ def dump_json_file(json_data, json_file_abs_path):
json_data,
indent=4,
separators=(',', ':'),
encoding="utf8",
ensure_ascii=False,
cls=PythonObjectEncoder
))