pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  4 09:39:09 UTC 2016

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
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`_).


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.21 pkgsrc/devel/py-test/Makefile:1.22
--- pkgsrc/devel/py-test/Makefile:1.21  Wed Aug 31 09:03:45 2016
+++ pkgsrc/devel/py-test/Makefile       Sun Sep  4 09:39:09 2016
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.20 pkgsrc/devel/py-test/distinfo:1.21
--- pkgsrc/devel/py-test/distinfo:1.20  Wed Aug 31 09:03:45 2016
+++ pkgsrc/devel/py-test/distinfo       Sun Sep  4 09:39:09 2016
@@ -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