[Pytest-commit] Issue #152: tox does not export VIRTUAL_ENV to environment (hpk42/tox)

2014-02-11 Thread Daniel Nephin
New issue 152: tox does not export VIRTUAL_ENV to environment https://bitbucket.org/hpk42/tox/issue/152/tox-does-not-export-virtual_env-to Daniel Nephin: The standard virtualenv `bin/activate` script exports an environment variable `$VIRTUAL_ENV` when it starts. `tox` should do the same. ___

[Pytest-commit] Issue #460: AttributeError: 'SubRequest' object has no attribute 'param' (hpk42/pytest)

2014-02-11 Thread Nikolaus Rath
New issue 460: AttributeError: 'SubRequest' object has no attribute 'param' https://bitbucket.org/hpk42/pytest/issue/460/attributeerror-subrequest-object-has-no Nikolaus Rath: The attached meta-test-case results in ``` #! @pytest.fixture(params=(0,1,2)) def param1(request): > ret

[Pytest-commit] Issue #461: Resources warning when combining capfd and skip() (hpk42/pytest)

2014-02-11 Thread Nikolaus Rath
New issue 461: Resources warning when combining capfd and skip() https://bitbucket.org/hpk42/pytest/issue/461/resources-warning-when-combining-capfd-and Nikolaus Rath: The attached test script results seems to trigger lots of ResourceWarnings: ``` #! $ py.test-3 ~/tmp/test_bug.py =