aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-29 12:32:20 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-29 12:32:20 +0200
commit6f497ce1aa1d2f8695793b1767cf1575aec9f406 (patch)
tree95d01b89ae123741060f3c8e689de5e118a4ef0b /dev-python/pytest-sugar
parentdev-python/sanic: new package (diff)
downloadguru-6f497ce1aa1d2f8695793b1767cf1575aec9f406.tar.gz
guru-6f497ce1aa1d2f8695793b1767cf1575aec9f406.tar.bz2
guru-6f497ce1aa1d2f8695793b1767cf1575aec9f406.zip
dev-python/pytest-sugar: tests fail, RESTRICTing for now
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r--dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
index e3f00c37c..ddb03f931 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
@@ -5,6 +5,8 @@ EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
@@ -19,6 +21,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
RDEPEND="
>=dev-python/packaging-14.1[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]