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