summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-02-04 15:50:15 -0500
committerVirgil Dupras <vdupras@gentoo.org>2019-02-04 15:50:15 -0500
commit748ed7b38f1b9b0aa96cb996e485c683f57685f3 (patch)
tree524b391add39bc75f43827b8dd0b34bba4115571 /dev-python/pytest/pytest-3.10.1.ebuild
parentmedia-libs/netpbm: arm stable, bug #671068 (diff)
downloadgentoo-748ed7b38f1b9b0aa96cb996e485c683f57685f3.tar.gz
gentoo-748ed7b38f1b9b0aa96cb996e485c683f57685f3.tar.bz2
gentoo-748ed7b38f1b9b0aa96cb996e485c683f57685f3.zip
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
Diffstat (limited to 'dev-python/pytest/pytest-3.10.1.ebuild')
-rw-r--r--dev-python/pytest/pytest-3.10.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
+ !!<dev-python/pytest-xdist-1.22
)"
python_prepare_all() {