mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user