pkgsrc/devel/py-flaky/Makefile
adam 9162dc6ad4 Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren’t 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.
2017-07-20 16:44:13 +00:00

18 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/20 16:44:13 adam Exp $
DISTNAME= flaky-3.4.0
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
#BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"