[Pytest-commit] commit/tox: 3 new changesets

2014-05-15 Thread commits-noreply
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

[Pytest-commit] commit/tox: hpk42: Merged in cboylan/tox (pull request #85)

2014-05-15 Thread commits-noreply
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

[Pytest-commit] commit/tox: hpk42: fix issue150: parse {posargs} more like we used to do it pre 1.7.0.

2014-05-15 Thread commits-noreply
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

[Pytest-commit] Issue #517: setup_method executed before session fixtures (hpk42/pytest)

2014-05-15 Thread Haak Saxberg
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

[Pytest-commit] Issue #172: Getting ImportMismatchErrors in combination with Jenkins (hpk42/tox)

2014-05-15 Thread Charlie Clark
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