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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-29 12:58:14 +02:00
parent 6f497ce1aa
commit 6614668c68

View File

@@ -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}]
"