commit: 05ea56906ee6ddbef13ebef33da0a8caecee7d0d Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 00:00:41 2026 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 00:00:41 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ea5690
www-servers/nginx-unit: Run python tests when appropiate Closes: https://bugs.gentoo.org/969699 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild b/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild index 365ad1eabedf..e958e3165526 100644 --- a/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.35.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -89,7 +89,7 @@ src_configure() { } src_test() { - epytest '-opython_files=test_python*.py' + use python && epytest '-opython_files=test_python*.py' } src_install() {
