Skip to content

Instantly share code, notes, and snippets.

@mr-c
Created July 15, 2015 02:27
Show Gist options
  • Save mr-c/dd2a7632d25eec7ab0bd to your computer and use it in GitHub Desktop.
Save mr-c/dd2a7632d25eec7ab0bd to your computer and use it in GitHub Desktop.
sphinxcontrib-autoprogram
running build_ext
test_simple_parser (sphinxcontrib.autoprogram.ScannerTestCase) ... ERROR
test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase) ... ERROR
test_import_object (sphinxcontrib.autoprogram.UtilTestCase) ... ok
======================================================================
ERROR: test_simple_parser (sphinxcontrib.autoprogram.ScannerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/sphinxcontrib/autoprogram.py", line 151, in test_simple_parser
program, options, desc = pair
ValueError: too many values to unpack
======================================================================
ERROR: test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/sphinxcontrib/autoprogram.py", line 189, in test_subcommands
program, options, desc = programs[0]
ValueError: too many values to unpack
----------------------------------------------------------------------
Ran 3 tests in 0.007s
FAILED (errors=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment