pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-test-rerunfailures: added version 7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561a5a7f75de
branches:  trunk
changeset: 338945:561a5a7f75de
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 02 09:53:56 2019 +0000

description:
py-test-rerunfailures: added version 7.0

pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
intermittent failures.

diffstat:

 devel/Makefile                       |   3 ++-
 devel/py-test-rerunfailures/DESCR    |   2 ++
 devel/py-test-rerunfailures/Makefile |  18 ++++++++++++++++++
 devel/py-test-rerunfailures/PLIST    |  11 +++++++++++
 devel/py-test-rerunfailures/distinfo |   6 ++++++
 5 files changed, 39 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r 687591e0019e -r 561a5a7f75de devel/Makefile
--- a/devel/Makefile    Mon Sep 02 09:46:40 2019 +0000
+++ b/devel/Makefile    Mon Sep 02 09:53:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2905 2019/08/31 21:12:29 he Exp $
+# $NetBSD: Makefile,v 1.2906 2019/09/02 09:53:56 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2412,6 +2412,7 @@
 SUBDIR+=       py-test-pythonpath
 SUBDIR+=       py-test-randomly
 SUBDIR+=       py-test-relaxed
+SUBDIR+=       py-test-rerunfailures
 SUBDIR+=       py-test-runner
 SUBDIR+=       py-test-shutil
 SUBDIR+=       py-test-sugar
diff -r 687591e0019e -r 561a5a7f75de devel/py-test-rerunfailures/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-rerunfailures/DESCR Mon Sep 02 09:53:56 2019 +0000
@@ -0,0 +1,2 @@
+pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
+intermittent failures.
diff -r 687591e0019e -r 561a5a7f75de devel/py-test-rerunfailures/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-rerunfailures/Makefile      Mon Sep 02 09:53:56 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/09/02 09:53:56 adam Exp $
+
+DISTNAME=      pytest-rerunfailures-7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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>=3.10:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 687591e0019e -r 561a5a7f75de devel/py-test-rerunfailures/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-rerunfailures/PLIST Mon Sep 02 09:53:56 2019 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/02 09:53:56 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_rerunfailures.py
+${PYSITELIB}/pytest_rerunfailures.pyc
+${PYSITELIB}/pytest_rerunfailures.pyo
diff -r 687591e0019e -r 561a5a7f75de devel/py-test-rerunfailures/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-rerunfailures/distinfo      Mon Sep 02 09:53:56 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/02 09:53:56 adam Exp $
+
+SHA1 (pytest-rerunfailures-7.0.tar.gz) = 18fb2e2e85b1fab5bf911d5a393c46b13bec0da9
+RMD160 (pytest-rerunfailures-7.0.tar.gz) = 8937f3fb538e3885a7321f1e795226b744a6192d
+SHA512 (pytest-rerunfailures-7.0.tar.gz) = df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3
+Size (pytest-rerunfailures-7.0.tar.gz) = 12755 bytes



Home | Main Index | Thread Index | Old Index