diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-13 10:20:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-13 10:20:22 +0200 |
commit | d597de63014b308d5c46fff3296f3e2d5a6d8225 (patch) | |
tree | 4a4f8452e6e02982a2b5453b0e4f305dc35b2c4a /dev-python/pytest-rerunfailures | |
parent | dev-python/pytest-virtualenv: Remove old (diff) | |
download | gentoo-d597de63014b308d5c46fff3296f3e2d5a6d8225.tar.gz gentoo-d597de63014b308d5c46fff3296f3e2d5a6d8225.tar.bz2 gentoo-d597de63014b308d5c46fff3296f3e2d5a6d8225.zip |
dev-python/pytest-rerunfailures: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-rerunfailures')
-rw-r--r-- | dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild deleted file mode 100644 index 4079a3b88a38..000000000000 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="pytest plugin to re-run tests to eliminate flaky failures" -HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MPL-2.0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - >=dev-python/pytest-5.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_rerunfailures - if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then - PYTEST_PLUGINS+=,xdist.plugin - fi - epytest -} |