Update to 2.6.3:
2.6.3 ----------- - fix issue575: xunit-xml was reporting collection errors as failures instead of errors, thanks Oleg Sinyavskiy. - fix issue582: fix setuptools example, thanks Laszlo Papp and Ronny Pfannschmidt. - Fix infinite recursion bug when pickling capture.EncodedFile, thanks Uwe Schmitt. - fix issue589: fix bad interaction with numpy and others when showing exceptions. Check for precise "maximum recursion depth exceed" exception instead of presuming any RuntimeError is that one (implemented in py dep). Thanks Charles Cloud for analysing the issue. - fix conftest related fixture visibility issue: when running with a CWD outside a test package pytest would get fixture discovery wrong. Thanks to Wolfgang Schnerring for figuring out a reproducable example. - Introduce pytest_enter_pdb hook (needed e.g. by pytest_timeout to cancel the timeout when interactively entering pdb). Thanks Wolfgang Schnerring. - check xfail/skip also with non-python function test items. Thanks Floris Bruynooghe.
This commit is contained in:
parent
ab1676e339
commit
e89d748f73
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/09/07 20:28:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/10/01 12:31:27 wiz Exp $
|
||||
|
||||
DISTNAME= pytest-2.6.2
|
||||
DISTNAME= pytest-2.6.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/pytest/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2014/09/07 20:28:42 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/10/01 12:31:27 wiz Exp $
|
||||
|
||||
SHA1 (pytest-2.6.2.tar.gz) = b7a8c18bc5965b5f032d7b33cb13d230c88f4d85
|
||||
RMD160 (pytest-2.6.2.tar.gz) = ec773fca83be104d47c91ce2dde0381bf2b7f3f9
|
||||
Size (pytest-2.6.2.tar.gz) = 629995 bytes
|
||||
SHA1 (pytest-2.6.3.tar.gz) = 70ca1a9b2b90232e835eb7698f23208c267ef9fd
|
||||
RMD160 (pytest-2.6.3.tar.gz) = d30c7a645abbcd779bfd9e66cbba5e6671e090bf
|
||||
Size (pytest-2.6.3.tar.gz) = 634974 bytes
|
||||
SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981
|
||||
|
|
Loading…
Reference in a new issue