Code review comment for lp:~ricardokirkner/django-openid-auth/support-django-1.10

Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

The attempt to merge lp:~ricardokirkner/django-openid-auth/support-django-1.10 into lp:django-openid-auth failed. Below is the output from the failed tests.

Warning: Permanently added '10.73.243.152' (ECDSA) to the list of known hosts.
Traceback (most recent call last):
  File "/usr/bin/tox", line 9, in <module>
    load_entry_point('tox==1.6.0', 'console_scripts', 'tox')()
  File "/usr/lib/python2.7/dist-packages/tox/_cmdline.py", line 25, in main
    config = parseconfig(args, 'tox')
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 44, in parseconfig
    parseini(config, inipath)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 241, in __init__
    config.envlist = self._getenvlist(reader, toxsection)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 343, in _getenvlist
    envlist = reader.getlist(toxsection, "envlist", sep=",")
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 413, in getlist
    s = self.getdefault(section, name, None)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 511, in getdefault
    x = self._replace(x)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 626, in _replace
    return rexpattern.sub(replace_func, x)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 617, in _replace_match_no_quote
    return self._replace_match(match, quote=False)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 612, in _replace_match
    return handler(match, quote)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 575, in _replace_substitution
    val = self._substitute_from_other_section(sub_key, quote)
  File "/usr/lib/python2.7/dist-packages/tox/_config.py", line 569, in _substitute_from_other_section
    "substitution key %r not found" % key)
tox.ConfigError: ConfigError: substitution key '1.7,1.8,1.9,1.10' not found

« Back to merge proposal