New issue 559: Loop on failure is creating zombie processes
https://bitbucket.org/hpk42/pytest/issue/559/loop-on-failure-is-creating-zombie
Justin Valentini:
Hi,
Is anyone else having problems where ```py.test --looponfail``` creates zombies
processes that continue to accumulate until the main
New issue 183: Boolean algebra and factors
https://bitbucket.org/hpk42/tox/issue/183/boolean-algebra-and-factors
Alexander Schepanovski:
I proposed before something like:
```
[testenv]
deps =
py26,py27: kind-of-or
py26-django13: kind-of-and
```
This, however, could look a bit strange wh