2efec6619c
3.6.1: Bugfixes - Reraise KeyboardInterrupt when running tests under pytest.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/08/11 18:04:35 adam Exp $
|
|
|
|
DISTNAME= flaky-3.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flaky/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/box/flaky
|
|
COMMENT= Plugin for nose or py.test that automatically reruns flaky tests
|
|
LICENSE= apache-2.0
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|