commit: a8226cccbb952385b49e134be260bc7db046305e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 14:32:22 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 15:55:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8226ccc
dev-python/pytest-xdist: Do not test examples
Run only actual tests, skipping tests inside examples.
dev-python/pytest-xdist/pytest-xdist-1.22.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f2e4b6fb85e..ee8fa493750 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}"
}