mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/pytest-toolbox: treeclean
Closes: https://bugs.gentoo.org/888219 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST pytest-toolbox-0.4.gh.tar.gz 8594 BLAKE2B fb1f19513e9e4b191c3eb995cc5e9445bc9f19affef87350d925c5465210c4de945b91120f86664c1dcf02a638595a7725cf88e3244e377ae77558c70d65643a SHA512 ed27700ff77cd607be808142cc310cd2b7461e55b3f8352d304ef8ca6c5e6c060c67a63238a1025407868ab8e229c4a16eaaa56aa75000159762001accb67752
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>arthurzam@gentoo.org</email>
|
||||
<name>Arthur Zamarin</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pytest-toolbox</remote-id>
|
||||
<remote-id type="github">samuelcolvin/pytest-toolbox</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,49 +0,0 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3 python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Numerous useful plugins for pytest"
|
||||
HOMEPAGE="
|
||||
https://github.com/samuelcolvin/pytest-toolbox/
|
||||
https://pypi.org/project/pytest-toolbox/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/samuelcolvin/pytest-toolbox/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
' pypy3 python3_{8..11} # TODO: python3_11
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
sed -e '/addopts/d' -i setup.cfg || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=()
|
||||
if ! has_version "dev-python/pydantic[${PYTHON_USEDEP}]"; then
|
||||
EPYTEST_DESELECT+=(
|
||||
tests/test_comparison.py::test_close_to_now_{false,true}
|
||||
)
|
||||
fi
|
||||
epytest
|
||||
}
|
||||
@@ -716,12 +716,6 @@ sci-biology/phred
|
||||
# distro packages this. Removal on 2023-01-25.
|
||||
sci-misc/flashdot
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-12-25)
|
||||
# Broken with pytest-7.2. Repository archived upstream. No reverse
|
||||
# dependencies.
|
||||
# Removal on 2023-01-24. Bug #888219.
|
||||
dev-python/pytest-toolbox
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2022-12-24)
|
||||
# Upstream dropped wxGTK support in >=games-emulation/pcsx2-1.7.3773,
|
||||
# and it now always requires Qt6. Masked given Qt6 is also masked in
|
||||
|
||||
Reference in New Issue
Block a user