commit: 748ed7b38f1b9b0aa96cb996e485c683f57685f3 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Mon Feb 4 20:50:15 2019 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Mon Feb 4 20:50:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748ed7b3
dev-python/pytest: fix xdist-related test failures Closes: https://bugs.gentoo.org/670918 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org> 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 7419f06cfcc..36a8f5a4ac2 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 + !!<dev-python/pytest-xdist-1.22 )" python_prepare_all() { diff --git a/dev-python/pytest/pytest-4.2.0.ebuild b/dev-python/pytest/pytest-4.2.0.ebuild index 35de82a23ee..ab4d8190973 100644 --- a/dev-python/pytest/pytest-4.2.0.ebuild +++ b/dev-python/pytest/pytest-4.2.0.ebuild @@ -42,6 +42,7 @@ DEPEND="${RDEPEND} dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky !!dev-python/pytest-capturelog + !!<dev-python/pytest-xdist-1.22 )" python_prepare_all() {
