* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/
@ 2017-01-30 19:47 99% Sebastien Fabbro
0 siblings, 0 replies; 1+ results
From: Sebastien Fabbro @ 2017-01-30 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 1931c8854ec187c64d41387124d5fe9d5e7a2d63
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 16:03:00 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:45:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1931c885
dev-python/pytest-rerunfailures: initial import
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/pytest-rerunfailures/Manifest | 1 +
dev-python/pytest-rerunfailures/metadata.xml | 11 ++++++++++
.../pytest-rerunfailures-2.1.0.ebuild | 25 ++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest
new file mode 100644
index 00000000..0b93b39
--- /dev/null
+++ b/dev-python/pytest-rerunfailures/Manifest
@@ -0,0 +1 @@
+DIST pytest-rerunfailures-2.1.0.tar.gz 7687 SHA256 e867cec5eabb20ed38e04b6b9c277e34b0603143ee315beab56296d8329fe3f2 SHA512 9c3da462df07f334dcab865bf7f828f75bc611c93dfeb2306a802f2e6ef973332ef502d97dc8d676e09330ad77c227bc6a20ae67ff31f1446a5fb1d608d638cc WHIRLPOOL d6712ef5815f47687cb23d44edb0bf3ce519f11924245f4f14a9803adefd0f021df6385cf371610f8c9d9d91a44eb1913093ee5cfc5fc01ae4847d8f13dd9cc4
diff --git a/dev-python/pytest-rerunfailures/metadata.xml b/dev-python/pytest-rerunfailures/metadata.xml
new file mode 100644
index 00000000..22f4da1
--- /dev/null
+++ b/dev-python/pytest-rerunfailures/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pytest-rerunfailures</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
new file mode 100644
index 00000000..5ba6890
--- /dev/null
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin to re-run tests to eliminate flaky failures"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-rerunfailures"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-python/pytest"
+DEPEND="${RDEPEND}"
+
+python_test() {
+ py.test -v || die
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-01-30 19:47 99% [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/ Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox