3 new commits in tox:
https://bitbucket.org/hpk42/tox/commits/62fe57a8fd3f/
Changeset: 62fe57a8fd3f
User:cboylan
Date:2014-02-08 04:38:24
Summary: Fix command expansion and parsing.
Tox testenv commands are parsed to expand variable substitutions and
construct the argv list
1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/169574bf58a4/
Changeset: 169574bf58a4
User:hpk42
Date:2014-05-15 11:33:28
Summary: Merged in cboylan/tox (pull request #85)
Fix command expansion and parsing.
Affected #: 2 files
diff -r 65be9669e403386305e091ff5
1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/acb4f0db1d40/
Changeset: acb4f0db1d40
User:hpk42
Date:2014-05-15 11:41:19
Summary: fix issue150: parse {posargs} more like we used to do it pre 1.7.0.
The 1.7.0 behaviour broke a lot of OpenStack projects.
See PR85
New issue 517: setup_method executed before session fixtures
https://bitbucket.org/hpk42/pytest/issue/517/setup_method-executed-before-session
Haak Saxberg:
consider the following dummy test file:
```
#!python
import pytest
@pytest.yield_fixture(scope="session", autouse=True)
def print_session
New issue 172: Getting ImportMismatchErrors in combination with Jenkins
https://bitbucket.org/hpk42/tox/issue/172/getting-importmismatcherrors-in
Charlie Clark:
Not sure what the problem is. Tox works fine locally but we've hit a few
problems recently.
A sample TB can be found here
http://buil