dev-python/pytest-subtests: moved to ::gentoo

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2021-03-26 12:20:54 +01:00
parent 32509e8e25
commit 1e1cbb6ff3
3 changed files with 0 additions and 40 deletions

View File

@@ -1 +0,0 @@
DIST pytest-subtests-0.4.0.tar.gz 10751 BLAKE2B 5b3d3cf6a7302455796f6ac3188aad5e2dc3de559fb6a85c83e623f55ffe13aa9a3d86305753c413547f1217c293ccdb429af98f0b7e5c292a6216755f205659 SHA512 22fba780a75c2e801ec4525d7a2b906955bf52882ebf4d34670c2a771db8a113355f9c50db52309c4c75c543928bf0214280fc1c395791bc3f09579260a485ca

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="unittest subTest() support and subtests fixture"
HOMEPAGE="https://github.com/pytest-dev/pytest-subtests"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="
>=dev-python/pytest-4.4[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.28[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
python_test() {
# tests fail if package is not installed
# workaround is to add source to PYTHONPATH
PYTHONPATH="${S}"
pytest -vv || die
}