From 8bf6de52ef843faada5adfcee70ee46eee9066c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 May 2026 20:53:44 +0200 Subject: [PATCH] dev-python/pygithub: 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 --- dev-python/pygithub/pygithub-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygithub/pygithub-2.9.1.ebuild b/dev-python/pygithub/pygithub-2.9.1.ebuild index ee51175d47629..e4f51d832cb2f 100644 --- a/dev-python/pygithub/pygithub-2.9.1.ebuild +++ b/dev-python/pygithub/pygithub-2.9.1.ebuild @@ -34,6 +34,6 @@ BDEPEND=" ) " -EPYTEST_PLUGINS=( pytest-subtests ) +EPYTEST_PLUGINS=() EPYTEST_XDIST=1 distutils_enable_tests pytest