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.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f62167431338
branches: trunk
changeset: 359940:f62167431338
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 20 13:56:18 2017 +0000
description:
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.
diffstat:
devel/py-test/Makefile | 4 ++--
devel/py-test/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r d074ac1d4f01 -r f62167431338 devel/py-test/Makefile
--- a/devel/py-test/Makefile Mon Mar 20 13:56:08 2017 +0000
+++ b/devel/py-test/Makefile Mon Mar 20 13:56:18 2017 +0000
@@ -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/}
diff -r d074ac1d4f01 -r f62167431338 devel/py-test/distinfo
--- a/devel/py-test/distinfo Mon Mar 20 13:56:08 2017 +0000
+++ b/devel/py-test/distinfo Mon Mar 20 13:56:18 2017 +0000
@@ -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