From: Michał Górny Date: Wed, 11 Jul 2018 14:32:22 +0000 (+0200) Subject: dev-python/pytest-xdist: Do not test examples X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8226cccbb952385b49e134be260bc7db046305e;p=gentoo.git dev-python/pytest-xdist: Do not test examples Run only actual tests, skipping tests inside examples. --- diff --git a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild index f2e4b6fb85ee..ee8fa493750d 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild @@ -29,5 +29,5 @@ DEPEND="${RDEPEND} python_test() { distutils_install_for_testing - py.test -vv || die "Tests failed under ${EPYTHON}" + py.test -vv testing || die "Tests failed under ${EPYTHON}" }