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:   adam
Date:           Thu Oct  5 06:54:09 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/devel/py-test/Makefile:1.37
--- pkgsrc/devel/py-test/Makefile:1.36  Fri Sep  8 11:05:52 2017
+++ pkgsrc/devel/py-test/Makefile       Thu Oct  5 06:54:09 2017
@@ -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/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.33 pkgsrc/devel/py-test/distinfo:1.34
--- pkgsrc/devel/py-test/distinfo:1.33  Fri Sep  8 11:05:52 2017
+++ pkgsrc/devel/py-test/distinfo       Thu Oct  5 06:54:09 2017
@@ -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