fb4199bc44
9.1.1 Compatibility fix. - Ignore ``--result-log`` command line option when used together with ``pytest >= 6.1.0``, as it was removed there. This is a quick fix, use an older version of pytest, if you want to keep this feature for now. - Support up to pytest 6.1.0. 9.1 Features - Add a new flag ``--only-rerun`` to allow for users to rerun only certain errors. Other changes - Drop dependency on ``mock``. - Add support for pre-commit and add a linting tox target.
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/01/10 21:49:59 adam Exp $
|
|
|
|
DISTNAME= pytest-rerunfailures-9.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-rerunfailures
|
|
COMMENT= Pytest plugin to re-run tests to eliminate flaky failures
|
|
LICENSE= mpl-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|