From: Virgil Dupras Date: Mon, 4 Feb 2019 20:50:15 +0000 (-0500) Subject: dev-python/pytest: fix xdist-related test failures X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=748ed7b38f1b9b0aa96cb996e485c683f57685f3;p=gentoo.git dev-python/pytest: fix xdist-related test failures Closes: https://bugs.gentoo.org/670918 Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild index 7419f06cfccb..36a8f5a4ac2f 100644 --- a/dev-python/pytest/pytest-3.10.1.ebuild +++ b/dev-python/pytest/pytest-3.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,6 +42,7 @@ DEPEND="${RDEPEND} dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky !!dev-python/pytest-capturelog + !!