New issue 312: Merging / inlining test environment sections doesn't entirely 
interact well with conditional settings.
https://bitbucket.org/hpk42/tox/issues/312/merging-inlining-test-environment-sections

Julian Berman:

Reproducing tox.ini:

```
#!ini

[tox]
envlist = pypy, coverage

[testenv]
deps =
    pypy,coverage: twisted

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

which attempts to tell pip to install a req called ``pypy,coverage: twisted`` 
when the coverage test environment is run with ``tox -e coverage``.

(The ``pypy`` environment works fine).


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

Reply via email to