[Pytest-commit] commit/pytest: hpk42: bump verrsion to python2.7, fix a too precise test for windows, regen docs

2015-03-26 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/7ed701fa2fb5/ Changeset: 7ed701fa2fb5 User:hpk42 Date:2015-03-26 08:34:10+00:00 Summary: bump verrsion to python2.7, fix a too precise test for windows, regen docs Affected #: 25 files diff -r f1e74746

[Pytest-commit] [FAIL] pytest - # 45

2015-03-26 Thread Drone.io Build
Build Failed Build : https://drone.io/bitbucket.org/pytest-dev/pytest/45 Project: https://drone.io/bitbucket.org/pytest-dev/pytest Repository : https://bitbucket.org/pytest-dev/pytest Version: 4082:7ed701fa2fb5 Author : holger krekel Branch : default Message: bump verrsion

[Pytest-commit] commit/pytest: hpk42: Added tag 2.7.0 for changeset 7ed701fa2fb5

2015-03-26 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/99c565d5a578/ Changeset: 99c565d5a578 User:hpk42 Date:2015-03-26 12:44:58+00:00 Summary: Added tag 2.7.0 for changeset 7ed701fa2fb5 Affected #: 1 file diff -r 7ed701fa2fb554bfc0618d447dfec700cc697407 -r

[Pytest-commit] commit/pytest: hpk42: bump versions to dev, including changing the doc-install target to "dev"

2015-03-26 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/0de3f5c1a683/ Changeset: 0de3f5c1a683 User:hpk42 Date:2015-03-26 12:48:59+00:00 Summary: bump versions to dev, including changing the doc-install target to "dev" instead of "latest" Affected #: 5 files

[Pytest-commit] commit/pytest: hpk42: add a release checklist

2015-03-26 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/86f13ee883f5/ Changeset: 86f13ee883f5 Branch: release-checklist User:hpk42 Date:2015-03-26 13:04:33+00:00 Summary: add a release checklist Affected #: 1 file diff -r 0de3f5c1a683a834d27b265d5e87813

[Pytest-commit] Issue #704: Needs to handle VersionConflict in consider_setuptools_entrypoints (pytest-dev/pytest)

2015-03-26 Thread Daniel Hahler
New issue 704: Needs to handle VersionConflict in consider_setuptools_entrypoints https://bitbucket.org/pytest-dev/pytest/issue/704/needs-to-handle-versionconflict-in Daniel Hahler: I was getting the following error, caused by the testmon plugin, which requires pytest<2.7: …/pyenv/project2/

[Pytest-commit] Issue #705: Markers cannot be registered in setup.cfg (pytest-dev/pytest)

2015-03-26 Thread Daniel Hahler
New issue 705: Markers cannot be registered in setup.cfg https://bitbucket.org/pytest-dev/pytest/issue/705/markers-cannot-be-registered-in-setupcfg Daniel Hahler: I've tried registering a mark in `setup.cfg`, but it appears to be ignored. Adding it to `pytest.ini` works, but I was under the impr