New issue 208: No support for the posargs substitution type
https://bitbucket.org/hpk42/tox/issue/208/no-support-for-the-posargs-substitution

Eli Collins:

It's quite likely I'm misusing the tox config format, but I've got a rather 
lengthy tox.ini, with a lot of redundant commands, and wanted to do the 
following:

```
[testenv:someenv]
commands = {posargs:preset-for-some-env}

[testenv:someenv2]
commands = {[testenv:someenv]commands}

[testenv:someenv3]
commands = {[testenv:someenv]commands}
```

... but as of Tox 1.8.1, I get "ConfigError: No support for the posargs 
substitution type",
and have to explicitly duplicate the posargs line for someenv2 and someenv3.



_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to