[Pytest-commit] [hpk42/tox] Environment is not recreated when install_requires in setup.py is changed (issue #93)

2013-04-15 Thread Takafumi Arakaki
New issue 93: Environment is not recreated when install_requires in setup.py is changed https://bitbucket.org/hpk42/tox/issue/93/environment-is-not-recreated-when Takafumi Arakaki: Here is a recipe to reproduce this problem. 1. Run tox in some project. 2. Add a new package to install_requires i

[Pytest-commit] commit/pytest: RonnyPfannschmidt: move pdb plugin post morten traceback selection to a own function

2013-04-15 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/1e37dc2b23fe/ Changeset: 1e37dc2b23fe User:RonnyPfannschmidt Date:2013-04-16 08:46:55 Summary: move pdb plugin post morten traceback selection to a own function this is preparation for making it resillent aga