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:           Mon Mar 20 13:56:18 UTC 2017

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

Log Message:
Updated py-test to 3.0.7.

3.0.7 (2017-03-14)
==================

* Fix issue in assertion rewriting breaking due to modules silently discarding
  other modules when importing fails
  Notably, importing the `anydbm` module is fixed. (`#2248`_).
  Thanks `@pfhayes`_ for the PR.

* junitxml: Fix problematic case where system-out tag occured twice per testcase
  element in the XML report. Thanks `@kkoukiou`_ for the PR.

* Fix regression, pytest now skips unittest correctly if run with ``--pdb``
  (`#2137`_). Thanks to `@gst`_ for the report and `@mbyt`_ for the PR.

* Ignore exceptions raised from descriptors (e.g. properties) during Python test collection (`#2234`_).
  Thanks to `@bluetech`_.

* ``--override-ini`` now correctly overrides some fundamental options like ``python_files`` (`#2238`_).
  Thanks `@sirex`_ for the report and `@nicoddemus`_ for the PR.

* Replace ``raise StopIteration`` usages in the code by simple ``returns`` to finish generators, in accordance to `PEP-479`_ (`#2160`_).
  Thanks `@tgoodlet`_ for the report and `@nicoddemus`_ for the PR.

* Fix internal errors when an unprintable ``AssertionError`` is raised inside a test.
  Thanks `@omerhadari`_ for the PR.

* Skipping plugin now also works with test items generated by custom collectors (`#2231`_).
  Thanks to `@vidartf`_.

* Fix trailing whitespace in console output if no .ini file presented (`#2281`_). Thanks `@fbjorn`_ for the PR.

* Conditionless ``xfail`` markers no longer rely on the underlying test item
  being an instance of ``PyobjMixin``, and can therefore apply to tests not
  collected by the built-in python test collector. Thanks `@barneygale`_ for the
  PR.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.25 -r1.26 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.27 pkgsrc/devel/py-test/Makefile:1.28
--- pkgsrc/devel/py-test/Makefile:1.27  Sun Feb  5 19:10:30 2017
+++ pkgsrc/devel/py-test/Makefile       Mon Mar 20 13:56:18 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/02/05 19:10:30 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/03/20 13:56:18 wiz Exp $
 
-DISTNAME=      pytest-3.0.6
+DISTNAME=      pytest-3.0.7
 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.25 pkgsrc/devel/py-test/distinfo:1.26
--- pkgsrc/devel/py-test/distinfo:1.25  Sun Feb  5 19:10:30 2017
+++ pkgsrc/devel/py-test/distinfo       Mon Mar 20 13:56:18 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2017/02/05 19:10:30 wiz Exp $
+$NetBSD: distinfo,v 1.26 2017/03/20 13:56:18 wiz Exp $
 
-SHA1 (pytest-3.0.6.tar.gz) = 16a43b3e6908ccdff64079a82b9c065cc5ff3a33
-RMD160 (pytest-3.0.6.tar.gz) = 8cf43bca0ee7e0f36c05ca738cb6383e09ba48ba
-SHA512 (pytest-3.0.6.tar.gz) = 0e983f1f52c18327537d20be30425f4c74037d1fbf6b4aedf2646cf21d450fa9b2b20625f26f5db759b4fe1fd28c6640cb1df88e667efaeea6642e7f02f01e06
-Size (pytest-3.0.6.tar.gz) = 748748 bytes
+SHA1 (pytest-3.0.7.tar.gz) = 16bba5707c14d0ffffe92cba2380cf3bdc227068
+RMD160 (pytest-3.0.7.tar.gz) = cae14d79ae284104a4df818645588347b99815cc
+SHA512 (pytest-3.0.7.tar.gz) = f458929614fca5bc9542b9adfe2fa5d2c5b97ec13e331d3a9caf256d2d005b3dad9c11d01b2eb62332648f90608ba297a1edc2c20b7630ec4f69114299720a2a
+Size (pytest-3.0.7.tar.gz) = 743866 bytes



Home | Main Index | Thread Index | Old Index