Arfrever Frehtes Taifersar Arahesis added the comment:

2 tests fail (only on 2.7 branch) when `make test` runs test suite the second 
time:

======================================================================
ERROR: test_infile_outfile (json.tests.test_tool.TestTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/json/tests/test_tool.py",
 line 64, in test_infile_outfile
    rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile)
  File 
"/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/test/script_helper.py",
 line 55, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_infile_stdout (json.tests.test_tool.TestTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/json/tests/test_tool.py",
 line 57, in test_infile_stdout
    rc, out, err = assert_python_ok('-m', 'json.tool', infile)
  File 
"/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/test/script_helper.py",
 line 55, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
TypeError: 'NoneType' object is not callable

======================================================================

----------
nosy: +Arfrever
resolution: fixed -> 
stage: committed/rejected -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16549>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to