diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-16 09:42:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 09:42:26 +0200 |
commit | 77d04eaf179b75bac244b9e3b2b568ef33c59153 (patch) | |
tree | 93bfa74e5a8ff088f7f6ba0f6c29938f954dab59 /dev-python | |
parent | dev-lang/yap: stream-trylock fixes for GCC-7 (diff) | |
download | gentoo-77d04eaf179b75bac244b9e3b2b568ef33c59153.tar.gz gentoo-77d04eaf179b75bac244b9e3b2b568ef33c59153.tar.bz2 gentoo-77d04eaf179b75bac244b9e3b2b568ef33c59153.zip |
dev-python/pytest: Also block dev-python/flaky for test failures
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/pytest-3.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 3ce7be033fd9..b7ebb1cbf03f 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] )" -# pytest-capturelog causes a number of tests to fail +# flake & pytest-capturelog cause a number of tests to fail DEPEND="${COMMON_DEPEND} dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( @@ -39,6 +39,7 @@ DEPEND="${COMMON_DEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + !!dev-python/flaky !!dev-python/pytest-capturelog )" |