summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-22 20:15:27 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-22 20:18:14 +0200
commitdc0bcd25de3e56f66bd702a1b3d9cb88d6ebbf74 (patch)
tree99604b9c2910cb015c01e6db6455574a3382e7a6
parentdev-python/pytest-rerunfailures: add github to metadata.xml (diff)
downloadgentoo-dc0bcd25de3e56f66bd702a1b3d9cb88d6ebbf74.tar.gz
gentoo-dc0bcd25de3e56f66bd702a1b3d9cb88d6ebbf74.tar.bz2
gentoo-dc0bcd25de3e56f66bd702a1b3d9cb88d6ebbf74.zip
dev-python/pytest-rerunfailures: Block flaky to avoid test fails
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
index 715756106ba1..c51cda4a38e9 100644
--- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ LICENSE="MPL-2.0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
BDEPEND="
>=dev-python/pytest-5.0[${PYTHON_USEDEP}]
+ test? ( !!dev-python/flaky )
"
distutils_enable_tests pytest