diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:43:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:48:50 +0100 |
commit | 8ef918c208b61ed2303590ee5a6dcbe56e926be4 (patch) | |
tree | f91bbd2351d61363cdb97c6b52d6bf8d5448669e /dev-python/pytest-timeout | |
parent | dev-python/pytest-rerunfailures: Remove redundant versions (diff) | |
download | gentoo-8ef918c208b61ed2303590ee5a6dcbe56e926be4.tar.gz gentoo-8ef918c208b61ed2303590ee5a6dcbe56e926be4.tar.bz2 gentoo-8ef918c208b61ed2303590ee5a6dcbe56e926be4.zip |
dev-python/pytest-timeout: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild | 24 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pytest-timeout/Manifest b/dev-python/pytest-timeout/Manifest index fe0a7846c6e2..98751e5d0151 100644 --- a/dev-python/pytest-timeout/Manifest +++ b/dev-python/pytest-timeout/Manifest @@ -1,3 +1 @@ -DIST pytest-timeout-1.2.0.tar.gz 13258 BLAKE2B 71c137fb0440c15cc8285b4bef51405a6b53deb850c109d1a892159e8758c712e9d1bae8f400adadf1b85cf399c0b87bd2cab51d959b4eb68023052f6c42788c SHA512 b86548843e9ff8c8f7d1c39735025cdfa98befe2860e2a8a5d422d08bd7f542032384f147125a2a2841268154cc3a3874ef0aa4765d454fd5390edb773b106ae -DIST pytest-timeout-1.2.1.tar.gz 11498 BLAKE2B 65b50ed52409ed0031c7c9b07ef5b96c088cdf98c0155c1a6405e701fbddc2da1070a9f5a63e22428bd2d18e0ad4eec4050239f7d786fa854256c86eb6be0b1b SHA512 749a0dad83b82e93a97a8590900f2285679ec368612fdcfe3f5f7a5b64774ac85196dc31df111c6a99efda92dc03f751f17ec20862bed1f6aea7d7e4140a06bb DIST pytest-timeout-1.3.3.tar.gz 11627 BLAKE2B e20348cc461ad03e95c22a16e753b72441ee70da9769214f4d07db15818a8997339ced47244b15de62a61107eb749dff8d6f41ddb4720c925ef1e6eb9962db27 SHA512 633f5aee550d568e403b958f4490ecb828eb322811c9f18cfefb26613be4fc36da14232ecbef8666fcf2dc693a93674c00a853ab546ea8328a07ea34da79fb84 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild deleted file mode 100644 index c1cb596f5d7e..000000000000 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="py.test plugin to abort hanging tests" -HOMEPAGE="https://pypi.org/project/pytest-timeout/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/pytest" -DEPEND="${RDEPEND}" - -python_test() { - ${EPYTHON} test_pytest_timeout.py || die -} diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild deleted file mode 100644 index f983aa28e6ac..000000000000 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="py.test plugin to abort hanging tests" -HOMEPAGE="https://pypi.org/project/pytest-timeout/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/pytest" -DEPEND="${RDEPEND}" - -python_test() { - py.test -v || die "tests failed under ${EPYTHON}" -} |