[Pytest-commit] Issue #161: Setting PYTHONHASHSEED can crash multiprocessing tests on Windows (hpk42/tox)

2014-03-18 Thread Marc Schlaich
New issue 161: Setting PYTHONHASHSEED can crash multiprocessing tests on Windows https://bitbucket.org/hpk42/tox/issue/161/setting-pythonhashseed-can-crash Marc Schlaich: See http://bugs.python.org/issue20954. I'm not sure how (and if) this can be handled gracefully in tox. My first idea was s

[Pytest-commit] Issue #484: Order of class fixtures (hpk42/pytest)

2014-03-18 Thread javex
New issue 484: Order of class fixtures https://bitbucket.org/hpk42/pytest/issue/484/order-of-class-fixtures javex: I have two fixtures on on a class, like this: class TestMyThing(object): @pytest.fixture(autouse=True) def _fixture_0(self): self.data = ...

[Pytest-commit] Issue #485: xdist: --boxed test crash throws away STDOUT and STDERR even if they have data (hpk42/pytest)

2014-03-18 Thread Ethan John
New issue 485: xdist: --boxed test crash throws away STDOUT and STDERR even if they have data https://bitbucket.org/hpk42/pytest/issue/485/xdist-boxed-test-crash-throws-away-stdout Ethan John: I'm using pytest 2.5.2 and xdist 1.10 under CentOS 6.2. We use py.test --boxed for test isolation and