mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
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:
@@ -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}]
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user