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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35cc37f138f0
branches:  trunk
changeset: 352020:35cc37f138f0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 04 09:39:09 2016 +0000

description:
Updated py-test to 3.0.2.

3.0.2
=====

* Improve error message when passing non-string ids to ``pytest.mark.parametrize`` (`#1857`_).
  Thanks `@okken`_ for the report and `@nicoddemus`_ for the PR.

* Add ``buffer`` attribute to stdin stub class ``pytest.capture.DontReadFromInput``
  Thanks `@joguSD`_ for the PR.

* Fix ``UnicodeEncodeError`` when string comparison with unicode has failed. (`#1864`_)
  Thanks `@AiOO`_ for the PR.

* ``pytest_plugins`` is now handled correctly if defined as a string (as opposed as
  a sequence of strings) when modules are considered for assertion rewriting.
  Due to this bug, much more modules were being rewritten than necessary
  if a test suite uses ``pytest_plugins`` to load internal plugins (`#1888`_).
  Thanks `@jaraco`_ for the report and `@nicoddemus`_ for the PR (`#1891`_).

* Do not call tearDown and cleanups when running tests from
  ``unittest.TestCase`` subclasses with ``--pdb``
  enabled. This allows proper post mortem debugging for all applications
  which have significant logic in their tearDown machinery (`#1890`_). Thanks
  `@mbyt`_ for the PR.

* Fix use of deprecated ``getfuncargvalue`` method in the internal doctest plugin.
  Thanks `@ViviCoder`_ for the report (`#1898`_).

diffstat:

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

diffs (27 lines):

diff -r 452f5968135e -r 35cc37f138f0 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Sun Sep 04 09:33:38 2016 +0000
+++ b/devel/py-test/Makefile    Sun Sep 04 09:39:09 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/08/31 09:03:45 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/04 09:39:09 wiz Exp $
 
-DISTNAME=      pytest-3.0.1
+DISTNAME=      pytest-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 452f5968135e -r 35cc37f138f0 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Sun Sep 04 09:33:38 2016 +0000
+++ b/devel/py-test/distinfo    Sun Sep 04 09:39:09 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/08/31 09:03:45 wiz Exp $
+$NetBSD: distinfo,v 1.21 2016/09/04 09:39:09 wiz Exp $
 
-SHA1 (pytest-3.0.1.tar.gz) = cc1f97705114b4f9dc9b9e2bc41c64d0f38430de
-RMD160 (pytest-3.0.1.tar.gz) = 6669b0092c1719a7e2a7413428f5ba8ce90bf47f
-SHA512 (pytest-3.0.1.tar.gz) = 4e47674b149afee30a34dc4e0c23aa91fee135032036ae89a1e6c542d2938c19c2612672f4f46f3e99038f2572f6803753408399819d4e8dde0fe50da6f4a8af
-Size (pytest-3.0.1.tar.gz) = 731768 bytes
+SHA1 (pytest-3.0.2.tar.gz) = 735f6da188deca14fff78836b6ea81b8a35a44d2
+RMD160 (pytest-3.0.2.tar.gz) = 2c24152fbffa0518fd4168e03d85f7dc51b3a4fa
+SHA512 (pytest-3.0.2.tar.gz) = 38485c73f9df3c76b7b920b6957ffe4fbfd32ca0c46b73a53375a40586a482d270bf71b4457b68d48815d50ad173824b269ece255692ae0d1b13f0b1885ce54f
+Size (pytest-3.0.2.tar.gz) = 727551 bytes



Home | Main Index | Thread Index | Old Index