diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-28 07:13:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-28 07:13:14 +0000 |
commit | 470310f3e808fba0ce1a015ab5b2d4ef6ca1b0dc (patch) | |
tree | c84598b4fef7830bbd2b968529ef63be7bef37a3 /devel | |
parent | e7a7014a4dc310ccb62e9e0387780badd66a0ad2 (diff) | |
download | pkgsrc-470310f3e808fba0ce1a015ab5b2d4ef6ca1b0dc.tar.gz |
Update to 2.7.1:
2.7.1 (compared to 2.7.0)
-----------------------------
- fix issue731: do not get confused by the braces which may be present
and unbalanced in an object's repr while collapsing False
explanations. Thanks Carl Meyer for the report and test case.
- fix issue553: properly handling inspect.getsourcelines failures in
FixtureLookupError which would lead to to an internal error,
obfuscating the original problem. Thanks talljosh for initial
diagnose/patch and Bruno Oliveira for final patch.
- fix issue660: properly report scope-mismatch-access errors
independently from ordering of fixture arguments. Also
avoid the pytest internal traceback which does not provide
information to the user. Thanks Holger Krekel.
- streamlined and documented release process. Also all versions
(in setup.py and documentation generation) are now read
from _pytest/__init__.py. Thanks Holger Krekel.
- fixed docs to remove the notion that yield-fixtures are experimental.
They are here to stay :) Thanks Bruno Oliveira.
- Support building wheels by using environment markers for the
requirements. Thanks Ionel Maries Cristian.
- fixed regression to 2.6.4 which surfaced e.g. in lost stdout capture printing
when tests raised SystemExit. Thanks Holger Krekel.
- reintroduced _pytest fixture of the pytester plugin which is used
at least by pytest-xdist.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-test/Makefile | 4 | ||||
-rw-r--r-- | devel/py-test/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-test/Makefile b/devel/py-test/Makefile index 2d00b44ce44..b2b5be0e65e 100644 --- a/devel/py-test/Makefile +++ b/devel/py-test/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/04/02 22:40:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/05/28 07:13:14 wiz Exp $ -DISTNAME= pytest-2.7.0 +DISTNAME= pytest-2.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/p/pytest/ diff --git a/devel/py-test/distinfo b/devel/py-test/distinfo index 186b9337d56..86e9d47ba04 100644 --- a/devel/py-test/distinfo +++ b/devel/py-test/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/04/02 22:40:44 wiz Exp $ +$NetBSD: distinfo,v 1.9 2015/05/28 07:13:14 wiz Exp $ -SHA1 (pytest-2.7.0.tar.gz) = 297b27dc5a77ec3a22bb2bee1dfa178ec162d9e4 -RMD160 (pytest-2.7.0.tar.gz) = a2a79ce147458357455a7a46a304179467cf4234 -Size (pytest-2.7.0.tar.gz) = 526640 bytes +SHA1 (pytest-2.7.1.tar.gz) = 175fb983e30a62a9c1cfbf4470824343cff6f9c3 +RMD160 (pytest-2.7.1.tar.gz) = d57fd50371621c29ee953d2a9a9f728c43981f9f +Size (pytest-2.7.1.tar.gz) = 531671 bytes SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981 |