Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-subtests/
Date: Tue, 31 Mar 2020 09:07:24
Message-Id: 1585598095.ea6be99ab4d2d4b4819abe5d1a1bf245500426d8.andrewammerlaan@gentoo
1 commit: ea6be99ab4d2d4b4819abe5d1a1bf245500426d8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 30 19:54:55 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 30 19:54:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea6be99a
7
8 dev-python/pytest-subtests: restrict tests
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild
17 index d49e68a..a3d3b5d 100644
18 --- a/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild
19 +++ b/dev-python/pytest-subtests/pytest-subtests-0.3.0.ebuild
20 @@ -17,7 +17,13 @@ LICENSE="MIT"
21 KEYWORDS="~amd64 ~x86"
22 SLOT="0"
23
24 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
25 +#https://github.com/pytest-dev/pytest-subtests/issues/21
26 +RESTRICT="test"
27 +
28 +RDEPEND="
29 + >=dev-python/pytest-4.4[${PYTHON_USEDEP}]
30 + >=dev-python/pytest-xdist-1.28[${PYTHON_USEDEP}]
31 +"
32
33 distutils_enable_tests pytest