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-instafail/
Date: Sun, 29 Mar 2020 13:21:41
Message-Id: 1585479494.6614668c68f0205cac440337c267b797d27cda3b.andrewammerlaan@gentoo
1 commit: 6614668c68f0205cac440337c267b797d27cda3b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Mar 29 10:58:14 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Mar 29 10:58:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6614668c
7
8 dev-python/pytest-instafail: 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-instafail/pytest-instafail-0.4.1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
17 index 7defbbd..cb08939 100644
18 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
19 +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
20 @@ -3,11 +3,11 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26
27 inherit distutils-r1
28
29 -DESCRIPTION="Plugin for py.test that shows failures and errors instantly instead of waiting until the end of test session"
30 +DESCRIPTION="Plugin for pytest that shows failures and errors instantly"
31 HOMEPAGE="
32 https://github.com/pytest-dev/pytest-instafail
33 https://pypi.org/project/pytest-instafail
34 @@ -18,6 +18,8 @@ LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37
38 +RESTRICT="test"
39 +
40 RDEPEND="
41 >=dev-python/pytest-2.9[${PYTHON_USEDEP}]
42 "