From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subtests/
Date: Sat, 23 Mar 2024 10:45:09 +0000 (UTC) [thread overview]
Message-ID: <1711190670.49d7e7d2998c2439b5cc516511055bae41ab9ab2.mgorny@gentoo> (raw)
commit: 49d7e7d2998c2439b5cc516511055bae41ab9ab2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 10:44:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 10:44:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d7e7d2
dev-python/pytest-subtests: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-subtests/Manifest | 2 --
.../pytest-subtests/pytest-subtests-0.11.0.ebuild | 40 ---------------------
.../pytest-subtests/pytest-subtests-0.12.0.ebuild | 41 ----------------------
3 files changed, 83 deletions(-)
diff --git a/dev-python/pytest-subtests/Manifest b/dev-python/pytest-subtests/Manifest
index 9e875f194fcc..b3602b7b1d53 100644
--- a/dev-python/pytest-subtests/Manifest
+++ b/dev-python/pytest-subtests/Manifest
@@ -1,3 +1 @@
-DIST pytest-subtests-0.11.0.tar.gz 12763 BLAKE2B b1e1373d197798a9c27ed65569a681e9ea8dd36014cf6ea57a1d44ed888dca21bd8c5afffeb7f590a501d83d1bc0a8e1fe06b13832173e6937b722163614f21e SHA512 cab486252148e457e234e0dadacefa5ff38cf67df48d9c8bd61aa546a4a1e712b70dca0a270dffceede6be0f8a6324e8c21beaa4d1528b39f12bba72e077ef1d
-DIST pytest-subtests-0.12.0.tar.gz 15251 BLAKE2B d7a526a4af21828d4ad8364b0cf50dc5ae071806b49dfd13068f679b43dfef6367f32e61bad0547100408d0d6fd58d6a33ee96220d234116535b840da1b659c4 SHA512 4ff64e29b5c7f76a239ac3f365450a60d3ebe3ee9d01781c4f79f100b1590d24a867c503567d0bbf60e397bc1cc3dff091afbee823aa9399b7cc14a6e60bc0b8
DIST pytest-subtests-0.12.1.tar.gz 15303 BLAKE2B 68ce29fd067836cb32b43f260c98b0a8d1827a1bf6f3f61bc98eb69a5259dad725379bece5fe745e86561cab7e58042aff7da51d39e99fd09bbf0127d04d8cca SHA512 5eb4ff950171f8e008b3879453b55bab1ebc82ec60ca4da839158ad6e195c03f1a5d6b6ce2ac263a3ecaa2f684955e4fcc7abf5e429de9ffd898586b758e6cd4
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
deleted file mode 100644
index 73d58a2ab238..000000000000
--- a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unittest subTest() support and subtests fixture"
-HOMEPAGE="
- https://github.com/pytest-dev/pytest-subtests/
- https://pypi.org/project/pytest-subtests/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-# pytest-xdist is used to test compatibility
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_subtests
- epytest
-}
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.12.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.12.0.ebuild
deleted file mode 100644
index d97c208fa7e5..000000000000
--- a/dev-python/pytest-subtests/pytest-subtests-0.12.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unittest subTest() support and subtests fixture"
-HOMEPAGE="
- https://github.com/pytest-dev/pytest-subtests/
- https://pypi.org/project/pytest-subtests/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
- <dev-python/pytest-8.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-7[${PYTHON_USEDEP}]
-"
-# pytest-xdist is used to test compatibility
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=xdist.plugin,pytest_subtests.plugin
- epytest
-}
next reply other threads:[~2024-03-23 10:45 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-23 10:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-28 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-subtests/ Michał Górny
2025-06-28 10:35 Michał Górny
2025-06-14 4:31 Michał Górny
2025-05-11 20:18 Sam James
2025-02-15 13:39 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:16 Arthur Zamarin
2024-12-10 4:35 Michał Górny
2024-12-08 3:16 Michał Górny
2024-08-03 6:37 Michał Górny
2024-08-03 6:24 Michał Górny
2024-07-17 4:11 Michał Górny
2024-07-07 17:14 Arthur Zamarin
2024-05-09 18:52 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-08 5:40 Michał Górny
2024-03-07 15:39 Michał Górny
2024-01-28 19:37 Michał Górny
2023-06-27 12:01 Michał Górny
2023-06-27 6:43 Sam James
2023-05-27 13:21 Michał Górny
2023-05-16 5:05 Michał Górny
2023-04-05 8:10 Michał Górny
2023-04-05 7:00 Arthur Zamarin
2023-02-16 5:04 Michał Górny
2022-11-29 7:25 Michał Górny
2022-11-29 7:23 Arthur Zamarin
2022-10-29 6:10 Arthur Zamarin
2022-06-26 17:53 Michał Górny
2022-06-26 17:08 Arthur Zamarin
2022-05-26 18:54 Michał Górny
2022-05-12 14:18 Michał Górny
2022-03-18 22:28 Michał Górny
2022-03-18 17:26 Arthur Zamarin
2022-02-17 20:15 Michał Górny
2022-02-17 19:31 Arthur Zamarin
2022-02-13 23:13 Michał Górny
2022-01-15 20:51 Arthur Zamarin
2021-11-09 10:38 Michał Górny
2021-09-06 18:01 Sam James
2021-08-21 22:15 James Le Cuirot
2021-07-03 6:29 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-05-29 18:11 Michał Górny
2021-05-23 22:23 Joshua Kinard
2021-05-18 11:40 Michał Górny
2021-05-07 10:52 Michał Górny
2021-04-29 18:42 Sergei Trofimovich
2021-04-28 19:11 Sam James
2021-04-28 18:47 Sam James
2021-04-28 18:47 Sam James
2021-04-28 17:04 Sam James
2021-04-28 16:55 Mikle Kolyada
2021-04-27 18:09 Sam James
2021-04-27 18:09 Sam James
2021-04-03 20:45 Sergei Trofimovich
2021-04-02 9:23 Sergei Trofimovich
2021-04-02 9:23 Sergei Trofimovich
2021-04-02 9:23 Sergei Trofimovich
2021-03-29 0:51 Matt Turner
2021-03-28 11:07 Sam James
2021-03-28 1:14 Sam James
2021-03-27 22:36 Sam James
2021-03-27 19:17 Sergei Trofimovich
2021-03-27 16:02 Sam James
2021-03-26 9:41 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1711190670.49d7e7d2998c2439b5cc516511055bae41ab9ab2.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox