From 6f4e794f484e8f2208e1476408770d98a62e0961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 20:55:23 +0200 Subject: [PATCH] dev-python/pytest-system-statistics: Remove obsolete pytest-subtests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../pytest-system-statistics-1.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild index daf49362a7825..36ad477402537 100644 --- a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild +++ b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild @@ -37,7 +37,7 @@ PATCHES=( "${FILESDIR}/pytest-system-statistics-1.0.2-loader.patch" ) -EPYTEST_PLUGINS=( "${PN}" pytest-subtests ) +EPYTEST_PLUGINS=( "${PN}" ) EPYTEST_PLUGIN_LOAD_VIA_ENV=1 distutils_enable_tests pytest