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 2.9.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f108f322282d
branches:  trunk
changeset: 348066:f108f322282d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 06 12:12:55 2016 +0000

description:
Updated py-test to 2.9.2.

2.9.2
=====

**Bug Fixes**

* fix `#510`_: skip tests where one parameterize dimension was empty
  thanks Alex Stapleton for the Report and `@RonnyPfannschmidt`_ for the PR

* Fix Xfail does not work with condition keyword argument.
  Thanks `@astraw38`_ for reporting the issue (`#1496`_) and `@tomviner`_
  for PR the (`#1524`_).

* Fix win32 path issue when puttinging custom config file with absolute path
  in ``pytest.main("-c your_absolute_path")``.

* Fix maximum recursion depth detection when raised error class is not aware
  of unicode/encoded bytes.
  Thanks `@prusse-martin`_ for the PR (`#1506`_).

* Fix ``pytest.mark.skip`` mark when used in strict mode.
  Thanks `@pquentin`_ for the PR and `@RonnyPfannschmidt`_ for
  showing how to fix the bug.

* Minor improvements and fixes to the documentation.
  Thanks `@omarkohl`_ for the PR.

* Fix ``--fixtures`` to show all fixture definitions as opposed to just
  one per fixture name.
  Thanks to `@hackebrot`_ for the PR.

.. _#510: https://github.com/pytest-dev/pytest/issues/510
.. _#1506: https://github.com/pytest-dev/pytest/pull/1506
.. _#1496: https://github.com/pytest-dev/pytest/issue/1496
.. _#1524: https://github.com/pytest-dev/pytest/issue/1524

.. _@prusse-martin: https://github.com/prusse-martin
.. _@astraw38: https://github.com/astraw38

diffstat:

 devel/py-test/Makefile |   4 ++--
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4f851a594784 -r f108f322282d devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Jun 06 12:09:27 2016 +0000
+++ b/devel/py-test/Makefile    Mon Jun 06 12:12:55 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/04/13 18:39:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/06/06 12:12:55 wiz Exp $
 
-DISTNAME=      pytest-2.9.1
+DISTNAME=      pytest-2.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 4f851a594784 -r f108f322282d devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Jun 06 12:09:27 2016 +0000
+++ b/devel/py-test/distinfo    Mon Jun 06 12:12:55 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/04/13 18:39:21 wiz Exp $
+$NetBSD: distinfo,v 1.18 2016/06/06 12:12:55 wiz Exp $
 
-SHA1 (pytest-2.9.1.tar.gz) = f1c1c9ca02907285a15613cdbea36b7bd9da5e23
-RMD160 (pytest-2.9.1.tar.gz) = f8aec6c6a68ab78b6cb32cb78a709c748f9f34a9
-SHA512 (pytest-2.9.1.tar.gz) = 88b579e88cc641ffe33e7a97c174890bb3e8d2ad6c7c9a0888e29ff7d1a670d377804ad0cc1885c82b077ca4956995122ae44cabb91703a07af6b8192ee82019
-Size (pytest-2.9.1.tar.gz) = 700602 bytes
+SHA1 (pytest-2.9.2.tar.gz) = 586675a7ce39cd33e16b34cc539240b38c10d5e8
+RMD160 (pytest-2.9.2.tar.gz) = ed508cbe423ad9a03eb01a8b2b5057f766f86c65
+SHA512 (pytest-2.9.2.tar.gz) = 54a29933b6964ac0ca39035428cc2a2dd740a47728f8dda08828b962da3fa0878aeb5afc6d938c0171957e643c1453f1a8ca84117fc1bf86885b0e71ff80b5ad
+Size (pytest-2.9.2.tar.gz) = 700808 bytes
 SHA1 (patch-aa) = 8f328ce39459c5a6fb7cca404f4986c1030d7981



Home | Main Index | Thread Index | Old Index