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.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36418ca15e0
branches: trunk
changeset: 358137:e36418ca15e0
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 05 19:10:30 2017 +0000
description:
Updated py-test to 3.0.6.
3.0.6 (2017-01-29)
=======================
* pytest no longer generates ``PendingDeprecationWarning`` from its own operations, which was introduced by mistake in version ``3.0.5`` (`#2118`_).
Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR.
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
Thanks to `@malinoff`_ for the PR.
* Plugins loaded by the ``PYTEST_PLUGINS`` environment variable are now automatically
considered for assertion rewriting (`#2185`_).
Thanks `@nicoddemus`_ for the PR.
* Improve error message when pytest.warns fails (`#2150`_). The type(s) of the
expected warnings and the list of caught warnings is added to the
error message. Thanks `@lesteve`_ for the PR.
* Fix ``pytester`` internal plugin to work correctly with latest versions of
``zope.interface`` (`#1989`_). Thanks `@nicoddemus`_ for the PR.
* Assert statements of the ``pytester`` plugin again benefit from assertion rewriting (`#1920`_).
Thanks `@RonnyPfannschmidt`_ for the report and `@nicoddemus`_ for the PR.
* Specifying tests with colons like ``test_foo.py::test_bar`` for tests in
subdirectories with ini configuration files now uses the correct ini file
(`#2148`_). Thanks `@pelme`_.
* Fail ``testdir.runpytest().assert_outcomes()`` explicitly if the pytest
terminal output it relies on is missing. Thanks to `@eli-b`_ 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 735b145bf1f8 -r e36418ca15e0 devel/py-test/Makefile
--- a/devel/py-test/Makefile Sun Feb 05 19:10:22 2017 +0000
+++ b/devel/py-test/Makefile Sun Feb 05 19:10:30 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/01/03 13:23:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2017/02/05 19:10:30 wiz Exp $
-DISTNAME= pytest-3.0.5
+DISTNAME= pytest-3.0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 735b145bf1f8 -r e36418ca15e0 devel/py-test/distinfo
--- a/devel/py-test/distinfo Sun Feb 05 19:10:22 2017 +0000
+++ b/devel/py-test/distinfo Sun Feb 05 19:10:30 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2016/12/12 14:02:20 wiz Exp $
+$NetBSD: distinfo,v 1.25 2017/02/05 19:10:30 wiz Exp $
-SHA1 (pytest-3.0.5.tar.gz) = 000879c6b0879245cc4e10492f265c66f95ce376
-RMD160 (pytest-3.0.5.tar.gz) = e19e616d64f860aa7e1bab7696c461cee771af3a
-SHA512 (pytest-3.0.5.tar.gz) = b01c6272703ec93b7e7eefa584688a3d00cd97ac9cf54bc9501b596d4c370f9f74e06ee2223829b60469ea1a32c3a3c30b29aeacfaab1f23404d5f8345544ca1
-Size (pytest-3.0.5.tar.gz) = 740656 bytes
+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
Home |
Main Index |
Thread Index |
Old Index