Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Mon, 04 Feb 2019 19:57:05
Message-Id: 1549310104.f3ea433882c403f7dee4831762b4cb0723eed8cb.vdupras@gentoo
1 commit: f3ea433882c403f7dee4831762b4cb0723eed8cb
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 19:55:04 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 19:55:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ea4338
7
8 dev-python/pytest-xdist: fix broken tests
9
10 Closes: https://bugs.gentoo.org/673106
11 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
18 index b3fefb375b7..f7e24b5867e 100644
19 --- a/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
20 +++ b/dev-python/pytest-xdist/pytest-xdist-1.23.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -22,10 +22,13 @@ RDEPEND="
28 dev-python/pytest-forked[${PYTHON_USEDEP}]
29 dev-python/six[${PYTHON_USEDEP}]
30 "
31 +
32 +# See #673106 about the pytest-xdist blocker.
33 DEPEND="${RDEPEND}
34 !!dev-python/pytest-capturelog
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 dev-python/setuptools_scm[${PYTHON_USEDEP}]
37 + test? ( !!<dev-python/pytest-xdist-1.22 )
38 "
39
40 python_test() {