1 new commit in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/b3273466be77/
Changeset: b3273466be77
Branch: pytest-2.7
User:flub
Date:2015-05-19 08:32:21+00:00
Summary: Add how to upload a wheel and tag the release
Affected #: 1 file
diff -r a62cf0013b3546d38
6 new commits in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/15b6e332a861/
Changeset: 15b6e332a861
Branch: pytest-2.7
User:flub
Date:2015-05-19 00:50:32+00:00
Summary: Set 2.7.1 version number
Affected #: 1 file
diff -r cf8974765313be632a059b6c6b60190bdc785
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/120
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 3984:a62cf0013b35
Author : Floris Bruynooghe
Branch : pytest-2.7
Message:
Added
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/121
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 3985:b3273466be77
Author : Floris Bruynooghe
Branch : pytest-2.7
Message:
Add ho
New issue 745: Missing `param` attribute on request if one param name is
substring of other
https://bitbucket.org/pytest-dev/pytest/issue/745/missing-param-attribute-on-request-if-one
Markus Unterwaditzer:
This is kind-of related to #460, except that it doesn't seem to have anything
to do with
New issue 746: monkeypatch.setattr('foo.bar', raising=False) raises when
foo.bar doesn't exist
https://bitbucket.org/pytest-dev/pytest/issue/746/monkeypatchsetattr-foobar-raising-false
Florian Bruhin:
I'm trying to patch `sys.frozen` to set it to `True`, but `sys.frozen` doesn't
exist yet.
Thi
New issue 747: flakes test fail
https://bitbucket.org/pytest-dev/pytest/issue/747/flakes-test-fail
Florian Bruhin:
I just tried running all tests via tox, and the flakes test fail for me:
```
=== FAILURES
==
New issue 748: pytest skip: short test summary info does not display actual
test file
https://bitbucket.org/pytest-dev/pytest/issue/748/pytest-skip-short-test-summary-info-does
Thomas De Schampheleire:
In Kallithea, we have test code such as::
if not ldap_lib_installed:
rais