New issue 624: recursive symlink significantly slows collection
https://bitbucket.org/hpk42/pytest/issue/624/recursive-symlink-significantly-slows
Brian Kearns:
placing "ln -s . link" in a collected dir significantly slows down collection.
it seems collection doesn't keep track of directories vi
New issue 200: tox doesn't create `{envtmpdir}`
https://bitbucket.org/hpk42/tox/issue/200/tox-doesnt-create-envtmpdir
Andy Freeland:
Tox isn't creating `{envtmpdir}` in my testenvs. The documentation doesn't
explicitly state that it will, but I would expect it to be created.
Sample `tox.ini`:
New issue 625: xdist: deadlock under pypy
https://bitbucket.org/hpk42/pytest/issue/625/xdist-deadlock-under-pypy
Buck Evan:
Below is a minimal reproduction. It seems that a few factors need to conspire
to tickle this bug:
1. test uses subprocess.Popen and tmpdir fixture
2. test is not run f
New issue 626: Add custom message to default assert repr
https://bitbucket.org/hpk42/pytest/issue/626/add-custom-message-to-default-assert-repr
John Dennison:
I asked a question on stackoverflow and was asked to add an issue for my use
case so here i go:
http://stackoverflow.com/questions/26620