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
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
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:
``
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 #
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
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