Code review comment for lp:~jml/pkgme/module-to-use

Revision history for this message
ISD Branch Mangler (isd-branches-mangler) wrote :

The attempt to merge lp:~jml/pkgme/module-to-use into lp:pkgme failed. Below is the output from the failed tests.

./bin/py -m testtools.run pkgme.tests.test_suite
Tests running...
======================================================================
ERROR: pkgme.tests.test_python_backend.PythonBackendTests.test_all_info
----------------------------------------------------------------------
Traceback (most recent call last):
  File "pkgme/tests/test_python_backend.py", line 33, in test_all_info
    info = info.get_all(['package_name'])
  File "pkgme/project_info.py", line 64, in get_all
    to_write=json.dumps(keys))
  File "pkgme/run_script.py", line 118, in run_script
    output = run_subprocess([script_path], cwd=cwd, env=env, to_write=to_write)
  File "pkgme/run_script.py", line 103, in run_subprocess
    raise ScriptFailed(cmd, retcode, output)
ScriptFailed: /tmp/tmpymCLTx/pkgme/backends/python/all_info failed with returncode 1. Output:
 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
 | or: setup.py --help [cmd1 cmd2 ...]
 | or: setup.py --help-commands
 | or: setup.py cmd --help
 |
 | error: invalid command 'pkgme_info'
 |

Ran 247 tests in 11.178s
FAILED (failures=1)

Tree is up to date at revision 13 of branch bzr+ssh://bazaar.launchpad.net/+branch/ca-download-cache
no previously-included directories found matching '_build'
make: *** [test] Error 1

« Back to merge proposal