[Pytest-commit] commit/pytest: flub: Use capital Y as the tests look for that

2015-04-13 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/7d32b89da36e/ Changeset: 7d32b89da36e User:flub Date:2015-04-13 08:08:10+00:00 Summary: Use capital Y as the tests look for that Affected #: 1 file diff -r 508d2b3cb60efa1d38d86f83021cedfcd582742d -r 7

[Pytest-commit] Issue #235: tox --installpkg raises an AttributeError (hpk42/tox)

2015-04-13 Thread Michael van Tellingen
New issue 235: tox --installpkg raises an AttributeError https://bitbucket.org/hpk42/tox/issue/235/tox-installpkg-raises-an-attributeerror Michael van Tellingen: tox --installpkg dist/something.tgz raises an attributeerror: ``` #!python Traceback (most recent call last): File "/Users/mvantel

[Pytest-commit] Issue #718: Failure to create representation with sets having "unsortable" elements (pytest-dev/pytest)

2015-04-13 Thread Edison Gustavo Muenz
New issue 718: Failure to create representation with sets having "unsortable" elements https://bitbucket.org/pytest-dev/pytest/issue/718/failure-to-create-representation-with-sets Edison Gustavo Muenz: I’m using Python 2.7.7 (The error also happens on Python 2.7.9) The following code fails: ``

[Pytest-commit] commit/pytest: RonnyPfannschmidt: move evaluation and caching of mark expressions to own function

2015-04-13 Thread commits-noreply
1 new commit in pytest: https://bitbucket.org/pytest-dev/pytest/commits/551a54d002fd/ Changeset: 551a54d002fd Branch: markexpr-parser User:RonnyPfannschmidt Date:2015-04-13 17:37:34+00:00 Summary: move evaluation and caching of mark expressions to own function Affected #

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

2015-04-13 Thread Drone.io Build
Build Failed Build : https://drone.io/bitbucket.org/pytest-dev/pytest/67 Project: https://drone.io/bitbucket.org/pytest-dev/pytest Repository : https://bitbucket.org/pytest-dev/pytest Version: 3928:551a54d002fd Author : Ronny Pfannschmidt Branch : markexpr-parser Message: m

[Pytest-commit] Issue #719: pytest.mark.parametrize string-based parameter list doesn't handle single element tuples (pytest-dev/pytest)

2015-04-13 Thread David Haney
New issue 719: pytest.mark.parametrize string-based parameter list doesn't handle single element tuples https://bitbucket.org/pytest-dev/pytest/issue/719/pytestmarkparametrize-string-based David Haney: When specifying a `@pytest.mark.parametrize` element composed of a one-element tuple, I'm una