From 748ed7b38f1b9b0aa96cb996e485c683f57685f3 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 4 Feb 2019 15:50:15 -0500 Subject: [PATCH] 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 --- dev-python/pytest/pytest-3.10.1.ebuild | 3 ++- dev-python/pytest/pytest-4.2.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild index 7419f06cfccb3..36a8f5a4ac2f6 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 + !!