commit: 6614668c68f0205cac440337c267b797d27cda3b
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 10:58:14 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 10:58:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6614668c
dev-python/pytest-instafail: tests fail, RESTRICTing for now
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
index 7defbbd..cb08939 100644
--- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
+++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
@@ -3,11 +3,11 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
-DESCRIPTION="Plugin for py.test that shows failures and errors instantly
instead of waiting until the end of test session"
+DESCRIPTION="Plugin for pytest that shows failures and errors instantly"
HOMEPAGE="
https://github.com/pytest-dev/pytest-instafail
https://pypi.org/project/pytest-instafail
@@ -18,6 +18,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
RDEPEND="
>=dev-python/pytest-2.9[${PYTHON_USEDEP}]
"