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.
___
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
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
=