pkgsrc/devel/py-test-xdist/Makefile
adam 0230755dde py-test-xdist: updated to 1.34.0
pytest-xdist 1.34.0
===================

Features
--------
- Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.

Bug Fixes
---------
- Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
- Fix ``rsyncdirs`` usage with pytest 6.0.
- Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.
2020-07-29 14:36:47 +00:00

28 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.29 2020/07/29 14:36:47 adam Exp $
DISTNAME= pytest-xdist-1.34.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
COMMENT= Plugin for distributed testing and loop-on-failing modes
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
PYTHON_VERSIONED_DEPENDENCIES= test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"