dev-python/pytest: fix xdist-related test failures

Closes: https://bugs.gentoo.org/670918
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Virgil Dupras
2019-02-04 15:50:15 -05:00
parent e367d300a6
commit 748ed7b38f
2 changed files with 3 additions and 1 deletions

View File

@@ -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() {

View File

@@ -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() {