Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 04:52:53 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535718 - head/devel/py-pytest-xdist
Message-ID:  <202005180452.04I4qrl9095789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon May 18 04:52:53 2020
New Revision: 535718
URL: https://svnweb.freebsd.org/changeset/ports/535718

Log:
  devel/py-pytest-xdist: Update to 1.32.0 [1]
  
    - COMMENT: Update to match setup.py:Description
    - Canonicalise test invocation (to override setup.cfg/pytest.ini options)
  
  Changelog:
  
  https://github.com/pytest-dev/pytest-xdist/blob/v1.32.0/CHANGELOG.rst
  
  QA:
  
  portlint: OK (looks fine.)
  testport: OK (poudriere: 12amd64,py{27,37})
  maketest: OK (136 passed, 8 skipped, 10 xfailed, 2 xpassed)
  
  PR:		246408
  Submitted by:	sunpoet
  MFH:		No (combined feature/bugfix releases)

Modified:
  head/devel/py-pytest-xdist/Makefile
  head/devel/py-pytest-xdist/distinfo

Modified: head/devel/py-pytest-xdist/Makefile
==============================================================================
--- head/devel/py-pytest-xdist/Makefile	Mon May 18 04:50:31 2020	(r535717)
+++ head/devel/py-pytest-xdist/Makefile	Mon May 18 04:52:53 2020	(r535718)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-xdist
-PORTVERSION=	1.29.0
+PORTVERSION=	1.32.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	Py.test plugin for distributed testing and loop-on-failing modes
+COMMENT=	Pytest xdist plugin for distributed testing and loop-on-failing modes
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -28,6 +28,6 @@ TEST_ENV=	PYTHONPATH=${WRKSRC}/src
 NO_ARCH=	yes
 
 do-test:
-	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs)
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=)
 
 .include <bsd.port.mk>

Modified: head/devel/py-pytest-xdist/distinfo
==============================================================================
--- head/devel/py-pytest-xdist/distinfo	Mon May 18 04:50:31 2020	(r535717)
+++ head/devel/py-pytest-xdist/distinfo	Mon May 18 04:52:53 2020	(r535718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561352686
-SHA256 (pytest-xdist-1.29.0.tar.gz) = 3489d91516d7847db5eaecff7a2e623dba68984835dbe6cedb05ae126c4fb17f
-SIZE (pytest-xdist-1.29.0.tar.gz) = 61788
+TIMESTAMP = 1589772305
+SHA256 (pytest-xdist-1.32.0.tar.gz) = 1d4166dcac69adb38eeaedb88c8fada8588348258a3492ab49ba9161f2971129
+SIZE (pytest-xdist-1.32.0.tar.gz) = 67733



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180452.04I4qrl9095789>