summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-16 13:45:01 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-16 13:47:09 +0200
commitc59860f729503bc251734301ec81c55501e3778a (patch)
treeea30ae5b6cb673b56ae17dd676e2b9ccb1dd108a
parentdev-python/pytest-describe: Remove old (diff)
downloadgentoo-c59860f729503bc251734301ec81c55501e3778a.tar.gz
gentoo-c59860f729503bc251734301ec81c55501e3778a.tar.bz2
gentoo-c59860f729503bc251734301ec81c55501e3778a.zip
dev-python/pytest-faulthandler: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild b/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild
deleted file mode 100644
index 37aa6fc04bbe..000000000000
--- a/dev-python/pytest-faulthandler/pytest-faulthandler-2.0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest plugin that activates the fault handler module for tests"
-HOMEPAGE="https://github.com/pytest-dev/pytest-faulthandler"
-SRC_URI="https://github.com/pytest-dev/pytest-faulthandler/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/pytest-5.0[${PYTHON_USEDEP}]
-"