Tue Apr 16 07:17:07 2019 UTC ()
py-test: updated to 4.4.1

pytest 4.4.1:
Bug Fixes
* Environment variables are properly restored when using pytester窶冱 testdir fixture.
* Fix regression with --pdbcls, which stopped working with local modules in 4.0.0.
* Produce a warning when unknown keywords are passed to pytest.param(...).
* Invalidate import caches with monkeypatch.syspath_prepend, which is required with namespace packages being used.


(adam)
diff -r1.76 -r1.77 pkgsrc/devel/py-test/Makefile
diff -r1.69 -r1.70 pkgsrc/devel/py-test/distinfo

cvs diff -r1.76 -r1.77 pkgsrc/devel/py-test/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test/Makefile 2019/04/02 09:43:52 1.76
+++ pkgsrc/devel/py-test/Makefile 2019/04/16 07:17:06 1.77
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.76 2019/04/02 09:43:52 adam Exp $ 1# $NetBSD: Makefile,v 1.77 2019/04/16 07:17:06 adam Exp $
2 2
3DISTNAME= pytest-4.4.0 3DISTNAME= pytest-4.4.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pytest.org/ 9HOMEPAGE= http://pytest.org/
10COMMENT= Python testing tool 10COMMENT= Python testing tool
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites 13DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
14DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs 14DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
16DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools 16DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools

cvs diff -r1.69 -r1.70 pkgsrc/devel/py-test/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test/distinfo 2019/04/02 09:43:52 1.69
+++ pkgsrc/devel/py-test/distinfo 2019/04/16 07:17:06 1.70
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.69 2019/04/02 09:43:52 adam Exp $ 1$NetBSD: distinfo,v 1.70 2019/04/16 07:17:06 adam Exp $
2 2
3SHA1 (pytest-4.4.0.tar.gz) = 17a5267b86b2103cc9c47e6598be2f9a477eba17 3SHA1 (pytest-4.4.1.tar.gz) = 90456d876992292ad1afd326885ff402a0853f43
4RMD160 (pytest-4.4.0.tar.gz) = e5f897a6a3e1dbb22c83b38329b588ba0716156d 4RMD160 (pytest-4.4.1.tar.gz) = efb4ccd7c2b0e469960cb35295b8ed6456f27864
5SHA512 (pytest-4.4.0.tar.gz) = c3e2f75434bdf712d1773eb9220c4258a7c57f92c8172033989e6bb78cfa8e2198e9fecce8daf27935e8eb71f416fcdc1a6a9a135cf8c925fbfaeaf80f616411 5SHA512 (pytest-4.4.1.tar.gz) = a4bc18fe7d8db5433d4d52c0ced38d3d0e6a785710bdc772e007fb1f0f516db2267e608845e075ce4d69a5e71a5e741cc6d84b04622e0a04bd2ad3b6576a1473
6Size (pytest-4.4.0.tar.gz) = 931197 bytes 6Size (pytest-4.4.1.tar.gz) = 931385 bytes