pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xdist



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 13 19:59:56 UTC 2018

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

Log Message:
py-test-xdist: updated to 1.25.0

pytest-xdist 1.25.

Deprecations and Removals
Pytest versions older than 3.6 are no longer supported.

Features
Node setup information is hidden when pytest is run in quiet mode to reduce noise on many-core machines.
mainargv is made available in workerinput from the host's sys.argv.
This can be used via request.config.workerinput["mainargv"].

Bug Fixes
Fix report of module-level skips (pytest.skip(reason, allow_module_level=True)).
Fix support for gevent monkeypatching
pytest 4.1 support: ExceptionInfo API changes.
pytest 4.1 support: pytest_logwarning hook removed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.17 pkgsrc/devel/py-test-xdist/Makefile:1.18
--- pkgsrc/devel/py-test-xdist/Makefile:1.17    Sun Nov 11 21:57:17 2018
+++ pkgsrc/devel/py-test-xdist/Makefile Thu Dec 13 19:59:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/11/11 21:57:17 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/13 19:59:56 adam Exp $
 
-DISTNAME=      pytest-xdist-1.24.1
+DISTNAME=      pytest-xdist-1.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -11,8 +11,8 @@ COMMENT=      Plugin for distributed testing 
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
-DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.22:../../devel/py-py
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.16 pkgsrc/devel/py-test-xdist/distinfo:1.17
--- pkgsrc/devel/py-test-xdist/distinfo:1.16    Sun Nov 11 21:57:17 2018
+++ pkgsrc/devel/py-test-xdist/distinfo Thu Dec 13 19:59:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/11/11 21:57:17 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/12/13 19:59:56 adam Exp $
 
-SHA1 (pytest-xdist-1.24.1.tar.gz) = 537dc90a35bd39f3114ee0f590e59eb471c2a873
-RMD160 (pytest-xdist-1.24.1.tar.gz) = abd05ae1c4a9f5704ac5a34a0589d38f370538c3
-SHA512 (pytest-xdist-1.24.1.tar.gz) = 444ff401c87a5ca28fc78db16f9533fe7eb5c4758e58d4ecfe03415eeb5e02e9df6fe973b1a5a42d889d8b4a4e3a04cf770e5d79d4ec56a69a7d61eef6de006c
-Size (pytest-xdist-1.24.1.tar.gz) = 60792 bytes
+SHA1 (pytest-xdist-1.25.0.tar.gz) = 6acddbe712e3fca676825759dd87311c781fa2bc
+RMD160 (pytest-xdist-1.25.0.tar.gz) = 649aae9579cf7f77eb3ddc933f750f4280e5b9da
+SHA512 (pytest-xdist-1.25.0.tar.gz) = 8fb8d4703cbbe698ad85f6cb766a97cc3a61befc29bdaffefae8adff2cb2438c0fea5724ffc384a8b3cd5ec604e17c1534b5433c0d0ea520702dc0ebdba117c0
+Size (pytest-xdist-1.25.0.tar.gz) = 64144 bytes



Home | Main Index | Thread Index | Old Index