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:           Sun Jan 13 17:59:29 UTC 2019

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

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

pytest-xdist 1.26.0:

Features
- The current directory is no longer added ``sys.path`` for local workers, only for remote connections.
  This behavior is surprising because it makes xdist runs and non-xdist runs to potentially behave differently.

Bug Fixes
- Warning attributes are checked to make sure they can be dumped prior to
  serializing the warning for submission to the master node.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/devel/py-test-xdist/Makefile:1.19
--- pkgsrc/devel/py-test-xdist/Makefile:1.18    Thu Dec 13 19:59:56 2018
+++ pkgsrc/devel/py-test-xdist/Makefile Sun Jan 13 17:59:29 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/12/13 19:59:56 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/01/13 17:59:29 adam Exp $
 
-DISTNAME=      pytest-xdist-1.25.0
+DISTNAME=      pytest-xdist-1.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -18,5 +18,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptool
 
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.17 pkgsrc/devel/py-test-xdist/distinfo:1.18
--- pkgsrc/devel/py-test-xdist/distinfo:1.17    Thu Dec 13 19:59:56 2018
+++ pkgsrc/devel/py-test-xdist/distinfo Sun Jan 13 17:59:29 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/12/13 19:59:56 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/01/13 17:59:29 adam Exp $
 
-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
+SHA1 (pytest-xdist-1.26.0.tar.gz) = 728e98e3b3b76136f240496730e2c2d75a382eef
+RMD160 (pytest-xdist-1.26.0.tar.gz) = 3d363ac7da6bed6b0f2c277a497ad3c84d5bd2fd
+SHA512 (pytest-xdist-1.26.0.tar.gz) = e364f51d2ff67b3b52808471374aeb237b2eef1bfe22acf5b99fb1e9411b7b6dbc489e98173e338915d9f2e311363401c58d5758b01356636adbac9a75919522
+Size (pytest-xdist-1.26.0.tar.gz) = 64747 bytes



Home | Main Index | Thread Index | Old Index