mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
www-servers/nginx-unit: Run python tests when appropiate
Closes: https://bugs.gentoo.org/969699 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user