summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-02-04 14:55:04 -0500
committerVirgil Dupras <vdupras@gentoo.org>2019-02-04 14:55:04 -0500
commitf3ea433882c403f7dee4831762b4cb0723eed8cb (patch)
tree5e1c233139e12c69ea45c887dd351a81c55f02d3 /dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
parentdev-java/openjdk: update metadata.xml (diff)
downloadgentoo-f3ea433882c403f7dee4831762b4cb0723eed8cb.tar.gz
gentoo-f3ea433882c403f7dee4831762b4cb0723eed8cb.tar.bz2
gentoo-f3ea433882c403f7dee4831762b4cb0723eed8cb.zip
dev-python/pytest-xdist: fix broken tests
Closes: https://bugs.gentoo.org/673106 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
index b3fefb375b77..f7e24b5867ef 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.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
@@ -22,10 +22,13 @@ RDEPEND="
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
+
+# See #673106 about the pytest-xdist blocker.
DEPEND="${RDEPEND}
!!dev-python/pytest-capturelog
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? ( !!<dev-python/pytest-xdist-1.22 )
"
python_test() {