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/
Date: Mon, 04 Feb 2019 20:51:26
Message-Id: 1549313415.748ed7b38f1b9b0aa96cb996e485c683f57685f3.vdupras@gentoo
1 commit: 748ed7b38f1b9b0aa96cb996e485c683f57685f3
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 20:50:15 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 20:50:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748ed7b3
7
8 dev-python/pytest: fix xdist-related test failures
9
10 Closes: https://bugs.gentoo.org/670918
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/pytest-3.10.1.ebuild | 3 ++-
15 dev-python/pytest/pytest-4.2.0.ebuild | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild
19 index 7419f06cfcc..36a8f5a4ac2 100644
20 --- a/dev-python/pytest/pytest-3.10.1.ebuild
21 +++ b/dev-python/pytest/pytest-3.10.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -42,6 +42,7 @@ DEPEND="${RDEPEND}
29 dev-python/requests[${PYTHON_USEDEP}]
30 !!dev-python/flaky
31 !!dev-python/pytest-capturelog
32 + !!<dev-python/pytest-xdist-1.22
33 )"
34
35 python_prepare_all() {
36
37 diff --git a/dev-python/pytest/pytest-4.2.0.ebuild b/dev-python/pytest/pytest-4.2.0.ebuild
38 index 35de82a23ee..ab4d8190973 100644
39 --- a/dev-python/pytest/pytest-4.2.0.ebuild
40 +++ b/dev-python/pytest/pytest-4.2.0.ebuild
41 @@ -42,6 +42,7 @@ DEPEND="${RDEPEND}
42 dev-python/requests[${PYTHON_USEDEP}]
43 !!dev-python/flaky
44 !!dev-python/pytest-capturelog
45 + !!<dev-python/pytest-xdist-1.22
46 )"
47
48 python_prepare_all() {