mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pytest-check: Bump to 2.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -5,3 +5,4 @@ DIST pytest_check-2.7.3.tar.gz 34421 BLAKE2B efecc2ce320bcb29a87034d6e9b85004aa3
|
||||
DIST pytest_check-2.7.4.tar.gz 34613 BLAKE2B e082e352930c866f07afc4b3515c64394176982277d65e4af2c03d7230ade1763661c4fe6e038c25830f7dab9c55464f83ad28c8015ed2dc71594fd01d304540 SHA512 ec205f814faa179f40025ab9e9cfb5e1e37d32674886a6bc9a6ce85eb5b86ac2528921f07b84ce7c5adef771510694abc4c366b41905ec28a84a58f49a7f5836
|
||||
DIST pytest_check-2.7.6.tar.gz 35536 BLAKE2B c3c8927b2bf9c81601a24628917027a70752db2671e4207b034aace0ab4361c049a275c9b57e2e7a46668224b484436e4ed98ab91b1d921a9dc54ebf39a795ff SHA512 84761d092d7d58b5ecf3a6237c58cc4b6e65edaf73b06dc3a05b1412c922bd07ecec9442fcddea05f1355b542d5165e8da65aa13dd13deb134b2b7d4957bca92
|
||||
DIST pytest_check-2.7.7.tar.gz 35957 BLAKE2B f3c46a3eecca872e3596e2ef7d1b2e6b14a17fac1a4786954155605275a9035ef5fbedde045acce27434e5696acd9451b3f7d1fad4b285d782bf183387abf73d SHA512 dab73f2db44edf0c9a355531fb9b0f2140bfb5b8e3e6d5c63acd4af3ba5517a457a8da8b61cd2ffbf8c54a0d37ea231b35a535e4590eefafe3576ed14ceb293e
|
||||
DIST pytest_check-2.8.0.tar.gz 37723 BLAKE2B 27cd1c716966637e7acba166dd2e63b76712442440d75c4a9d19ebb13486a8f9324888539cd5ea45ff9e7a44e6c65b4ad7424aab4586d837b7d8313e7174bf91 SHA512 90e86038e37b8cae6bb464c21d5e826173b48705524b82f2aed25851e3271923700fcdeae3605c2f0eee1eecb3630d746444cccb86a835990b78f7490a38836f
|
||||
|
||||
27
dev-python/pytest-check/pytest-check-2.8.0.ebuild
Normal file
27
dev-python/pytest-check/pytest-check-2.8.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="pytest plugin that allows multiple failures per test"
|
||||
HOMEPAGE="
|
||||
https://github.com/okken/pytest-check/
|
||||
https://pypi.org/project/pytest-check/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
|
||||
EPYTEST_PLUGINS=( "${PN}" )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user