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)
This commit is contained in:
Kubilay Kocak
2020-05-18 04:52:53 +00:00
parent 0970bf88fc
commit df3258cf6a
2 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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