[Pytest-commit] Issue #156: whitelist_externals ignored (hpk42/tox)

2014-03-12 Thread Seán Hayes
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

[Pytest-commit] Issue #481: Running doctests with -s fails? (hpk42/pytest)

2014-03-12 Thread Luke Lee
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