dev-python/pytest: fix xdist-related test failures
authorVirgil Dupras <vdupras@gentoo.org>
Mon, 4 Feb 2019 20:50:15 +0000 (15:50 -0500)
committerVirgil Dupras <vdupras@gentoo.org>
Mon, 4 Feb 2019 20:50:15 +0000 (15:50 -0500)
Closes: https://bugs.gentoo.org/670918
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/pytest/pytest-3.10.1.ebuild
dev-python/pytest/pytest-4.2.0.ebuild

index 7419f06cfccb34067bf95b85ed251b86851eb1f5..36a8f5a4ac2f6280280e8233f914726ec0e27c8f 100644 (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() {
index 35de82a23ee4d3b552a1d3b1b40d6068be9594dc..ab4d819097343a8882b34f17f023bfa15a0e106c 100644 (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() {