Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Mon, 16 Jul 2018 07:42:39
Message-Id: 1531726946.77d04eaf179b75bac244b9e3b2b568ef33c59153.mgorny@gentoo
1 commit: 77d04eaf179b75bac244b9e3b2b568ef33c59153
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 07:42:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 07:42:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d04eaf
7
8 dev-python/pytest: Also block dev-python/flaky for test failures
9
10 dev-python/pytest/pytest-3.4.2.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild
14 index 3ce7be033fd..b7ebb1cbf03 100644
15 --- a/dev-python/pytest/pytest-3.4.2.ebuild
16 +++ b/dev-python/pytest/pytest-3.4.2.ebuild
17 @@ -30,7 +30,7 @@ COMMON_DEPEND="
18 dev-python/sphinx[${PYTHON_USEDEP}]
19 )"
20
21 -# pytest-capturelog causes a number of tests to fail
22 +# flake & pytest-capturelog cause a number of tests to fail
23 DEPEND="${COMMON_DEPEND}
24 dev-python/setuptools_scm[${PYTHON_USEDEP}]
25 test? (
26 @@ -39,6 +39,7 @@ DEPEND="${COMMON_DEPEND}
27 dev-python/nose[${PYTHON_USEDEP}]
28 dev-python/mock[${PYTHON_USEDEP}]
29 dev-python/requests[${PYTHON_USEDEP}]
30 + !!dev-python/flaky
31 !!dev-python/pytest-capturelog
32 )"