Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/
Date: Fri, 09 Oct 2020 23:08:13
Message-Id: 1602284885.d7b4963986f458026e8a5a38d5b1f62bee4b2c23.chutzpah@gentoo
1 commit: d7b4963986f458026e8a5a38d5b1f62bee4b2c23
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Oct 9 23:07:53 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 23:08:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b49639
7
8 dev-python/pytest-rerunfailures-9.1.1: Version bump
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/pytest-rerunfailures/Manifest | 1 +
15 dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild | 4 ++++
16 ...erunfailures-8.0.ebuild => pytest-rerunfailures-9.1.1.ebuild} | 9 ++++++---
17 3 files changed, 11 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-python/pytest-rerunfailures/Manifest b/dev-python/pytest-rerunfailures/Manifest
20 index ee1dbdb4829..f6db4036af7 100644
21 --- a/dev-python/pytest-rerunfailures/Manifest
22 +++ b/dev-python/pytest-rerunfailures/Manifest
23 @@ -1 +1,2 @@
24 DIST pytest-rerunfailures-8.0.tar.gz 13207 BLAKE2B 8a086783c5b6dae311aaa943a5c0eb56f5fbce4f687faf97ea0046bbce557cb82f8acd612247d235e249ef1a97157d3c356cf546b3d25a3dc4a4122286fcc04c SHA512 538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5
25 +DIST pytest-rerunfailures-9.1.1.tar.gz 12435 BLAKE2B b2118fe9460ebb750c72b05762d70cf53703e4c9982c6343ef02ebcec6630598ac98998ff994268b9108bd6850e71fd5b9cde1d0abb727d33fad238e9b26fa61 SHA512 875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102
26
27 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
28 index 87021d8b179..a6aa911747d 100644
29 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
30 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
31 @@ -15,4 +15,8 @@ SLOT="0"
32 LICENSE="MPL-2.0"
33 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
34
35 +RDEPEND="
36 + <dev-python/pytest-6.1.0
37 +"
38 +
39 distutils_enable_tests pytest
40
41 diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
42 similarity index 66%
43 copy from dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
44 copy to dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
45 index 87021d8b179..83ea4be78fc 100644
46 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild
47 +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
48 @@ -3,8 +3,8 @@
49
50 EAPI=7
51
52 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
53 -
54 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
55 +DISTUTILS_USE_SETUPTOOLS=rdepend
56 inherit distutils-r1
57
58 DESCRIPTION="pytest plugin to re-run tests to eliminate flaky failures"
59 @@ -13,6 +13,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 SLOT="0"
62 LICENSE="MPL-2.0"
63 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
64 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
65 +BDEPEND="
66 + >=dev-python/pytest-5.0[${PYTHON_USEDEP}]
67 +"
68
69 distutils_enable_tests pytest