Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/
Date: Sun, 29 Mar 2020 13:21:20
Message-Id: 1585477940.6f497ce1aa1d2f8695793b1767cf1575aec9f406.andrewammerlaan@gentoo
1 commit: 6f497ce1aa1d2f8695793b1767cf1575aec9f406
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Mar 29 10:32:20 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Mar 29 10:32:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f497ce1
7
8 dev-python/pytest-sugar: tests fail, RESTRICTing for now
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
17 index e3f00c3..ddb03f9 100644
18 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
19 +++ b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
20 @@ -5,6 +5,8 @@ EAPI="7"
21
22 PYTHON_COMPAT=( python3_{6,7,8} )
23
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
29 @@ -19,6 +21,8 @@ LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32
33 +RESTRICT="test"
34 +
35 RDEPEND="
36 >=dev-python/packaging-14.1[${PYTHON_USEDEP}]
37 >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]