diff options
-rw-r--r-- | dev-python/pytest-rerunfailures/pytest-rerunfailures-9.1.1.ebuild | 3 |
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 |