pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test Updated py-test to 3.0.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2882d586993f
branches:  trunk
changeset: 354886:2882d586993f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 14:18:55 2016 +0000

description:
Updated py-test to 3.0.4.

3.0.4
=====

* Import errors when collecting test modules now display the full traceback (`#1976`_).
  Thanks `@cwitty`_ for the report and `@nicoddemus`_ for the PR.

* Fix confusing command-line help message for custom options with two or more ``metavar`` properties (`#2004`_).
  Thanks `@okulynyak`_ and `@davehunt`_ for the report and `@nicoddemus`_ for the PR.

* When loading plugins, import errors which contain non-ascii messages are now properly handled in Python 2 (`#1998`_).
  Thanks `@nicoddemus`_ for the PR.

* Fixed cyclic reference when ``pytest.raises`` is used in context-manager form (`#1965`_). Also as a
  result of this fix, ``sys.exc_info()`` is left empty in both context-manager and function call usages.
  Previously, ``sys.exc_info`` would contain the exception caught by the context manager,
  even when the expected exception occurred.
  Thanks `@MSeifert04`_ for the report and the PR.

* Fixed false-positives warnings from assertion rewrite hook for modules that were rewritten but
  were later marked explicitly by ``pytest.register_assert_rewrite``
  or implicitly as a plugin (`#2005`_).
  Thanks `@RonnyPfannschmidt`_ for the report and `@nicoddemus`_ for the PR.

* Report teardown output on test failure (`#442`_).
  Thanks `@matclab`_ or the PR.

* Fix teardown error message in generated xUnit XML.
  Thanks `@gdyuldin`_ or the PR.

* Properly handle exceptions in ``multiprocessing`` tasks (`#1984`_).
  Thanks `@adborden`_ for the report and `@nicoddemus`_ for the PR.

* Clean up unittest TestCase objects after tests are complete (`#1649`_).
  Thanks `@d_b_w`_ for the report and PR.

diffstat:

 devel/py-test/Makefile |   4 ++--
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 240383967d2d -r 2882d586993f devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Nov 14 14:10:17 2016 +0000
+++ b/devel/py-test/Makefile    Mon Nov 14 14:18:55 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2016/10/19 13:17:10 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2016/11/14 14:18:55 wiz Exp $
 
-DISTNAME=      pytest-3.0.3
+DISTNAME=      pytest-3.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 240383967d2d -r 2882d586993f devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Nov 14 14:10:17 2016 +0000
+++ b/devel/py-test/distinfo    Mon Nov 14 14:18:55 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/10/19 13:17:10 wiz Exp $
+$NetBSD: distinfo,v 1.23 2016/11/14 14:18:55 wiz Exp $
 
-SHA1 (pytest-3.0.3.tar.gz) = e7fb899ecac031a84e66f991289203d3c1f7c6cb
-RMD160 (pytest-3.0.3.tar.gz) = 001b59ef4a176130bec62fdedd83f5e137656a55
-SHA512 (pytest-3.0.3.tar.gz) = ec0b4a5f0d6673a339c5a70b402c004c23db7001005454329eeaea15d890f53b8f2740f6c6254499d0f915b9058bfdfa535d9f22847bb382a060d65204fce4af
-Size (pytest-3.0.3.tar.gz) = 731934 bytes
+SHA1 (pytest-3.0.4.tar.gz) = bf8fe7e5a787e47b479f0ab5f657313da2142a1b
+RMD160 (pytest-3.0.4.tar.gz) = 278ff41d36af51f94bed27eabe2a5bc2410983f0
+SHA512 (pytest-3.0.4.tar.gz) = f8ee3eb84b564419beb0bb78abbe0ffe44920b35c60021d2c77b2bc3a5ec13245768f848ccb2a1864d46fc343cdc4b2bc4a33d9459bf388f64ea2aea0d9c337d
+Size (pytest-3.0.4.tar.gz) = 733339 bytes



Home | Main Index | Thread Index | Old Index