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 Feb  5 19:10:30 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.24 -r1.25 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.26 pkgsrc/devel/py-test/Makefile:1.27
--- pkgsrc/devel/py-test/Makefile:1.26  Tue Jan  3 13:23:02 2017
+++ pkgsrc/devel/py-test/Makefile       Sun Feb  5 19:10:30 2017
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.24 pkgsrc/devel/py-test/distinfo:1.25
--- pkgsrc/devel/py-test/distinfo:1.24  Mon Dec 12 14:02:20 2016
+++ pkgsrc/devel/py-test/distinfo       Sun Feb  5 19:10:30 2017
@@ -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