pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: update to 3.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b745245df11
branches:  trunk
changeset: 369789:3b745245df11
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 05 06:54:09 2017 +0000

description:
py-test: update to 3.2.3

Pytest 3.2.3
Bug Fixes
* Fix crash in tab completion when no prefix is given.
* The equality checking function (__eq__) of MarkDecorator returns False if one object is not an instance of MarkDecorator.
* When running pytest --fixtures-per-test: don?t crash if an item has no _fixtureinfo attribute (e.g. doctests)

Improved Documentation
* In help text of -k option, add example of using not to not select certain tests whose names match the provided expression.
* Add note in parametrize.rst about calling metafunc.parametrize multiple times.

Trivial/Internal Changes
* Set xfail_strict=True in pytest?s own test suite to catch expected failures as soon as they start to pass.
* Fix typo in example of passing a callable to markers (in example/markers.rst)

diffstat:

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

diffs (27 lines):

diff -r d1dc4f15e5d4 -r 3b745245df11 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Thu Oct 05 06:49:16 2017 +0000
+++ b/devel/py-test/Makefile    Thu Oct 05 06:54:09 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2017/09/08 11:05:52 adam Exp $
+# $NetBSD: Makefile,v 1.37 2017/10/05 06:54:09 adam Exp $
 
-DISTNAME=      pytest-3.2.2
+DISTNAME=      pytest-3.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r d1dc4f15e5d4 -r 3b745245df11 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Thu Oct 05 06:49:16 2017 +0000
+++ b/devel/py-test/distinfo    Thu Oct 05 06:54:09 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2017/09/08 11:05:52 adam Exp $
+$NetBSD: distinfo,v 1.34 2017/10/05 06:54:09 adam Exp $
 
-SHA1 (pytest-3.2.2.tar.gz) = cea4f713dea6fe57aa224a19507bb755e4892d33
-RMD160 (pytest-3.2.2.tar.gz) = 21ce162286979f09371bb60d690c005552200b01
-SHA512 (pytest-3.2.2.tar.gz) = 6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db
-Size (pytest-3.2.2.tar.gz) = 786396 bytes
+SHA1 (pytest-3.2.3.tar.gz) = 5cfbf9cb25df71cbca2ab5710a821310c8ad38e6
+RMD160 (pytest-3.2.3.tar.gz) = b6774e77e0a36bae49d6fa86b92487fe68f2ac74
+SHA512 (pytest-3.2.3.tar.gz) = 40abe4e290c7e91fdfae3dc33aa242df51aef0476f8a400460a6e88e5a6c3895dbe30840b221bf123f487e301b55788591abbb64a6085830ad7859e134635cc7
+Size (pytest-3.2.3.tar.gz) = 788686 bytes



Home | Main Index | Thread Index | Old Index