[Pytest-commit] Issue #674: Fixtures from methods wrongly get rebound to request.instance (hpk42/pytest)

2015-02-06 Thread Ionel Maries Cristian
New issue 674: Fixtures from methods wrongly get rebound to request.instance https://bitbucket.org/hpk42/pytest/issue/674/fixtures-from-methods-wrongly-get-rebound Ionel Maries Cristian: In `python.py` there's code like this ``` if self.unittest: result = self.func(request.inst

[Pytest-commit] Issue #214: How can I install git dependencies even though a package installs an older version? (hpk42/tox)

2015-02-06 Thread thiefmaster
New issue 214: How can I install git dependencies even though a package installs an older version? https://bitbucket.org/hpk42/tox/issue/214/how-can-i-install-git-dependencies-even thiefmaster: Right now I'm using this terrible tox.ini: ``` [tox] envlist = {py27,py33,py34}-{release,devel} [tes