Skip to content

Commit

Permalink
py-test-xdist: updated to 1.28.0
Browse files Browse the repository at this point in the history
pytest-xdist 1.28.0:
Features
- pytest-xdist now uses the new pytest_report_to_serializable and pytest_report_from_serializable
  hooks from pytest 4.4 (still experimental). This will make report serialization more reliable and
  extensible.
  • Loading branch information
adam committed Apr 5, 2019
1 parent a9316c8 commit 4af74cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/py-test-xdist/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2019/03/21 10:22:06 adam Exp $
# $NetBSD: Makefile,v 1.22 2019/04/05 13:11:30 adam Exp $

DISTNAME= pytest-xdist-1.27.0
DISTNAME= pytest-xdist-1.28.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
Expand All @@ -12,7 +12,7 @@ LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-test>=3.6.0:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-test>=4.4.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

Expand Down
10 changes: 5 additions & 5 deletions devel/py-test-xdist/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.20 2019/03/21 10:22:06 adam Exp $
$NetBSD: distinfo,v 1.21 2019/04/05 13:11:30 adam Exp $

SHA1 (pytest-xdist-1.27.0.tar.gz) = f44284321b40a037708d809afcdc24baa1b7f747
RMD160 (pytest-xdist-1.27.0.tar.gz) = cef5896e6dd02c027934d7dd9e4d851009b0c440
SHA512 (pytest-xdist-1.27.0.tar.gz) = 4d3bd4ac28e5bf87f85aaa05bbcfd3c27b4abf0e5bb018b65efd630eada010cfe94490c6fd614ef55d6de38e22917a1a932e5d01303200ee1bee5ee877b6db7d
Size (pytest-xdist-1.27.0.tar.gz) = 65259 bytes
SHA1 (pytest-xdist-1.28.0.tar.gz) = 40b64d520e5df7537e3cdbd8fb37890b867dcfd1
RMD160 (pytest-xdist-1.28.0.tar.gz) = fa05c1ce1fdbbf4cc3ce7fb53ba5ede54e899868
SHA512 (pytest-xdist-1.28.0.tar.gz) = 89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
Size (pytest-xdist-1.28.0.tar.gz) = 61486 bytes

0 comments on commit 4af74cc

Please sign in to comment.