From 6614668c68f0205cac440337c267b797d27cda3b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 29 Mar 2020 12:58:14 +0200 Subject: [PATCH] dev-python/pytest-instafail: tests fail, RESTRICTing for now Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- 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 7defbbd226..cb089396ce 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}] "