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: updated to 3.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc908c032a0
branches:  trunk
changeset: 309013:7bc908c032a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 06 19:27:51 2018 +0000

description:
py-test: updated to 3.6.1

Pytest 3.6.1:
Bug Fixes
* Fixed a bug where stdout and stderr were logged twice by junitxml when a test was marked xfail.
* Fix usefixtures mark applyed to unittest tests by correctly instantiating FixtureInfo.
* Fix assertion rewriter compatibility with libraries that monkey patch file objects.

Improved Documentation
* Added a section on how to use fixtures as factories to the fixture documentation.

Trivial/Internal Changes
* Enable caching for pip/pre-commit in order to reduce build time on travis/appveyor.
* Switch pytest to the src/ layout as we already suggested it for good practice - now we implement it as well.
* Fix if in tests to support 3.7.0b5, where a docstring handling in AST got reverted.
* Remove some python2.5 compatibility code.

diffstat:

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

diffs (27 lines):

diff -r fa6b81578a6a -r 7bc908c032a0 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Jun 06 19:26:09 2018 +0000
+++ b/devel/py-test/Makefile    Wed Jun 06 19:27:51 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/05/30 07:35:18 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/06/06 19:27:51 adam Exp $
 
-DISTNAME=      pytest-3.6.0
+DISTNAME=      pytest-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r fa6b81578a6a -r 7bc908c032a0 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Wed Jun 06 19:26:09 2018 +0000
+++ b/devel/py-test/distinfo    Wed Jun 06 19:27:51 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2018/05/30 07:35:18 adam Exp $
+$NetBSD: distinfo,v 1.46 2018/06/06 19:27:51 adam Exp $
 
-SHA1 (pytest-3.6.0.tar.gz) = 167a0e86aec8d1e2ada0bde1d0fede4b62f83c39
-RMD160 (pytest-3.6.0.tar.gz) = 483c556974d171514d11780d0e4a4d124a4bce68
-SHA512 (pytest-3.6.0.tar.gz) = f49755957c098e0d6b4cd9613e288dd2b5b68b1db488fae999b3278bb56df9d516e5a4ef9b021b5df94228129fc3702577883c76be1fbecfb3a39ace0189482d
-Size (pytest-3.6.0.tar.gz) = 837109 bytes
+SHA1 (pytest-3.6.1.tar.gz) = 5db6f5b546ee061e32468cc197c80123269579cb
+RMD160 (pytest-3.6.1.tar.gz) = 6540ef9840426bb6ec17946b8f347cdff86ab2e0
+SHA512 (pytest-3.6.1.tar.gz) = 38a1ccc5a915c70c66b3c9ab89e8d42a1e481ec1dfb8aa1d37b1a03d9a4fa1167e9a278a280188f30abe3ad5bb1e1a0cc74e640ae2b2d005aa3f00abc5aef957
+Size (pytest-3.6.1.tar.gz) = 838906 bytes



Home | Main Index | Thread Index | Old Index