[Pytest-commit] commit/py: hpk42: remove py25 in docs (refs issue52)

2014-09-08 Thread commits-noreply
1 new commit in py: https://bitbucket.org/hpk42/py/commits/53a7bc2b43b8/ Changeset: 53a7bc2b43b8 User:hpk42 Date:2014-09-08 10:44:49 Summary: remove py25 in docs (refs issue52) Affected #: 2 files diff -r 75ef6111820efd0bd3dd250e069056c219511a43 -r 53a7bc2b43b83211a022f14b

[Pytest-commit] commit/pytest: flub: Remove jython from tested python versions

2014-09-08 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/c07682cb75eb/ Changeset: c07682cb75eb User:flub Date:2014-09-06 19:44:18 Summary: Remove jython from tested python versions After testing with the jython 2.7 beta it seems it will require some work to get jyt

[Pytest-commit] Issue #585: Add support for exclusive tests (hpk42/pytest)

2014-09-08 Thread Barry Fitzgerald
New issue 585: Add support for exclusive tests https://bitbucket.org/hpk42/pytest/issue/585/add-support-for-exclusive-tests Barry Fitzgerald: Allowing exclusive tests can give a quicker workflow when debugging a single failing test. This would work like this - if I appended "only_" to any of my

[Pytest-commit] Issue #586: python.raises examples are unclear (hpk42/pytest)

2014-09-08 Thread Laszlo Papp
New issue 586: python.raises examples are unclear https://bitbucket.org/hpk42/pytest/issue/586/pythonraises-examples-are-unclear Laszlo Papp: >From the following page: http://pytest.org/latest/assert.html ``` #!python import pytest with pytest.raises(ZeroDivisionError): 1 / 0 ``` and

[Pytest-commit] commit/pytest: flub: Improve pytest.raises examples

2014-09-08 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/bbc15902ae03/ Changeset: bbc15902ae03 User:flub Date:2014-09-08 15:26:31 Summary: Improve pytest.raises examples Fixes issue #586. Affected #: 1 file diff -r c07682cb75ebe46ad79de86b9689cefb4b69f78d -r bbc

[Pytest-commit] Issue #186: Exclude generative environments (hpk42/tox)

2014-09-08 Thread Alex Corcoles
New issue 186: Exclude generative environments https://bitbucket.org/hpk42/tox/issue/186/exclude-generative-environments Alex Corcoles: Hi, We're using the tox 1.8 prerelease to take advantage of generative environments, in order to for instance test our apps on py26 and py27 x django16 and dj

[Pytest-commit] Issue #587: type "byte" is incompatible with python 2.5 (hpk42/pytest)

2014-09-08 Thread sscarwell
New issue 587: type "byte" is incompatible with python 2.5 https://bitbucket.org/hpk42/pytest/issue/587/type-byte-is-incompatible-with-python-25 sscarwell: The code contains the new keyword/alias **bytes**. In file ./pytest-2.6.2/_pytest/capture.py(line 355): ``` #!python isinstance(res, by