New issue 156: whitelist_externals ignored
https://bitbucket.org/hpk42/tox/issue/156/whitelist_externals-ignored
Seán Hayes:
I'm using python 2.7 and tox 1.7.0 on Ubuntu 13.04.
Here's part of my tox.ini file:
```
[testenv]
whitelist_externals = *
setenv =
PYTHONPATH = {toxinidir}:{toxinidir
New issue 481: Running doctests with -s fails?
https://bitbucket.org/hpk42/pytest/issue/481/running-doctests-with-s-fails
Luke Lee:
I'm running pytest 2.5.2 with Python 2.7 and see some doctests fail unless I
pass the -s flag to turn of stdout capturing. Is this expected?
This issue is either