commit: 0e2183c57fcf78854f7476ae39f83537566d61b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 08:51:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:53:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2183c5
net-misc/frr: Disable pytest plugin autoloading
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/frr/frr-9.1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/net-misc/frr/frr-9.1.ebuild b/net-misc/frr/frr-9.1.ebuild
index 70a91a1508e4..ba22b713cd72 100644
--- a/net-misc/frr/frr-9.1.ebuild
+++ b/net-misc/frr/frr-9.1.ebuild
@@ -99,6 +99,11 @@ src_compile() {
use doc && emake -C doc html
}
+src_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ default
+}
+
src_install() {
default
find "${ED}" -name '*.la' -delete || die