[Pytest-commit] Issue #116: New pypi override breaks people who override pypi (hpk42/tox)

2013-08-16 Thread Monty Taylor
New issue 116: New pypi override breaks people who override pypi https://bitbucket.org/hpk42/tox/issue/116/new-pypi-override-breaks-people-who Monty Taylor: The OpenStack build farm has a decently complicated set of things it does to make sure that ~/.pip/pip.conf and ~/.pydistutils are set. The

[Pytest-commit] Issue #115: tox travis support (hpk42/tox)

2013-08-16 Thread holger krekel
New issue 115: tox travis support https://bitbucket.org/hpk42/tox/issue/115/tox-travis-support holger krekel: tox should grow some support for converting/running from .travis.yml files. Via twitter @mgedmin @jezdez @dstufft all gave useful hints. Projects to look into for inspiration or integ

[Pytest-commit] [Broken] hpk42/pytest#36 (master - 9203b85)

2013-08-16 Thread Travis CI
Build Update for hpk42/pytest - Build: #36 Status: Broken Duration: 48 seconds Commit: 9203b85 (master) Author: holger krekel Message: merge pull request #27: correctly handle nose.SkipTest during collection. Thanks Antonio Cuni, Ronny Pfannschmidt. I did a

[Pytest-commit] commit/pytest: hpk42: refs issue290 -- move and refactor the test the string/int-id parametrization test (Which xfails)

2013-08-16 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/933a880e9acc/ Changeset: 933a880e9acc User:hpk42 Date:2013-08-16 11:41:31 Summary: refs issue290 -- move and refactor the test the string/int-id parametrization test (Which xfails) Affected #: 2 files diff

[Pytest-commit] commit/pytest: 3 new changesets

2013-08-16 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/c88e134bf30d/ Changeset: c88e134bf30d User:markon Date:2013-08-15 12:52:34 Summary: Fix @parametrize when using an integer and strings as parameters in a test accepting a parameter and a fixture as arguments

[Pytest-commit] commit/pytest: 3 new changesets

2013-08-16 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/8cf687dda7b0/ Changeset: 8cf687dda7b0 User:antocuni Date:2013-03-14 16:10:33 Summary: correctly handle nose.SkipTest during collection Affected #: 4 files diff -r 1944bf94e4648184bddcb5e8c02bcecd2184 -r

[Pytest-commit] Issue #114: win32: specify python.exe locations (hpk42/tox)

2013-08-16 Thread Adam Groszer
New issue 114: win32: specify python.exe locations https://bitbucket.org/hpk42/tox/issue/114/win32-specify-pythonexe-locations Adam Groszer: Any chance to have a place to specify pyhon.exe locations? The problem is that not everyone can/will use the r"c:\python\\d.\\d\python.exe" location. E.g.

[Pytest-commit] commit/tox: 4 new changesets

2013-08-16 Thread commits-noreply
4 new commits in tox: https://bitbucket.org/hpk42/tox/commits/4949def7e678/ Changeset: 4949def7e678 User:hpk42 Date:2013-08-15 13:00:26 Summary: extend pseudo-homedir with .pip/pip.conf so that any "pip" command triggered by tests (such as tox' tests itself) will pick it up.