[Pytest-commit] commit/py: hpk42: Merged in flub/py (pull request #20)

2014-09-02 Thread commits-noreply
1 new commit in py: https://bitbucket.org/hpk42/py/commits/4927b441e6e9/ Changeset: 4927b441e6e9 User:hpk42 Date:2014-09-02 11:57:15 Summary: Merged in flub/py (pull request #20) Mark as a universal wheel Affected #: 1 file diff -r 5b72dc87470629b28be486be252b54a4fd3bcf13

[Pytest-commit] commit/py: 2 new changesets

2014-09-02 Thread commits-noreply
2 new commits in py: https://bitbucket.org/hpk42/py/commits/48e3fa8ac1b1/ Changeset: 48e3fa8ac1b1 User:flub Date:2014-08-12 00:54:11 Summary: Mark as a universal wheel This is single-source for python 2 & 3 so can be built in a universal wheel. Affected #: 1 file diff -r 5

[Pytest-commit] commit/pytest: hpk42: fix issue572 - python3 compat of tmpdir example in docs.

2014-09-02 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/dea7f0ad9330/ Changeset: dea7f0ad9330 User:hpk42 Date:2014-09-02 12:20:16 Summary: fix issue572 - python3 compat of tmpdir example in docs. Affected #: 3 files diff -r 570b7b6fd39fe56ca66d82dd8e3b533c5b4db10

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

2014-09-02 Thread commits-noreply
3 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/a44059eb0f24/ Changeset: a44059eb0f24 User:flub Date:2014-08-15 00:23:04 Summary: Depend on newer version of py This fixes issue560, a test for which is included here as well. Affected #: 3 files diff -r f

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

2014-09-02 Thread commits-noreply
4 new commits in tox: https://bitbucket.org/hpk42/tox/commits/35145c72c733/ Changeset: 35145c72c733 User:suor Date:2014-08-09 14:55:53 Summary: Remove factor negation support Affected #: 2 files diff -r d835cca51418210730ba8c9cc88a8829bc7cb05d -r 35145c72c7334ddb0a7fd7f5d5

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

2014-09-02 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/e978c8c8935b/ Changeset: e978c8c8935b User:myint Date:2014-09-01 17:12:16 Summary: Fix "__PYVENV_LAUNCHER__" problem This resolves the use of the non-virtualenv Python executable. This fixes #171. Affected #: 1

[Pytest-commit] commit/tox: hpk42: Merged in myint/tox (pull request #118)

2014-09-02 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/031118307d91/ Changeset: 031118307d91 User:hpk42 Date:2014-09-02 14:52:12 Summary: Merged in myint/tox (pull request #118) Fix "__PYVENV_LAUNCHER__" problem Affected #: 1 file diff -r 8c6dbbf625b7f41e851ea083faad

[Pytest-commit] commit/tox: hpk42: fix issue148: ignore __PYVENV_LAUNCHER__ for subproc

2014-09-02 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/7693f02ac23f/ Changeset: 7693f02ac23f User:hpk42 Date:2014-09-02 14:55:16 Summary: fix issue148: ignore __PYVENV_LAUNCHER__ for subproc Affected #: 6 files diff -r 031118307d9191807de402ddff95876eb694385b -r 7693

[Pytest-commit] commit/tox: hpk42: Merged in Pentusha/tox/Pentusha/docs-add-pypy3-support-1408431512815 (pull request #117)

2014-09-02 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/df113a6427cc/ Changeset: df113a6427cc User:hpk42 Date:2014-09-02 14:59:34 Summary: Merged in Pentusha/tox/Pentusha/docs-add-pypy3-support-1408431512815 (pull request #117) add pypy3 support to docs Affected #: 1

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

2014-09-02 Thread commits-noreply
2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/2eb1e2648b27/ Changeset: 2eb1e2648b27 Branch: Pentusha/docs-add-pypy3-support-1408431512815 User:Pentusha Date:2014-08-19 08:58:35 Summary: docs add pypy3 support Affected #: 1 file diff -r d835cca5141821073

[Pytest-commit] commit/tox: hpk42: fix typo in stevens name

2014-09-02 Thread commits-noreply
1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/413683ebbed0/ Changeset: 413683ebbed0 User:hpk42 Date:2014-09-02 15:00:04 Summary: fix typo in stevens name Affected #: 1 file diff -r df113a6427cc439fc53978e6e4022c97234756ed -r 413683ebbed09f1befde1219f3d02049b

[Pytest-commit] Issue #578: UnicodeDecodeError masks SyntaxError on discovery (hpk42/pytest)

2014-09-02 Thread Anthony Sottile
New issue 578: UnicodeDecodeError masks SyntaxError on discovery https://bitbucket.org/hpk42/pytest/issue/578/unicodedecodeerror-masks-syntaxerror-on Anthony Sottile: Here's a minimal reproduction, my case was obviously more complicated and harder to figure out :). ``` $ python --version Pytho