[Pytest-commit] Issue #302: Substitution key not found error with complex factor conditions and references (hpk42/tox)

Julien Danjou issues-reply at bitbucket.org
Thu Jan 7 11:56:35 EST 2016


New issue 302: Substitution key not found error with complex factor conditions and references
https://bitbucket.org/hpk42/tox/issues/302/substitution-key-not-found-error-with

Julien Danjou:

Consider the following tox.ini file:


```
#!ini
[tox]
envlist = py27,py34

[testenv]
deps =
  py{27,34}: foo

[testenv:docs]
deps = {[testenv]deps}
```

Running `tox -l` raises an error:


```
tox.ConfigError: ConfigError: substitution key '27,34' not found
```




More information about the pytest-commit mailing list