commit: 1b3a81ec62e5c843245dc431be0fe072add7eca8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 10:50:08 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 10:50:08 2025 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=1b3a81ec
newebuild: Include EPYTEST_PLUGINS=() in Python ebuilds
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
plugin/newebuild.vim | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 747758f..c5bdafb 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -195,6 +195,7 @@ fun! <SID>MakeNewEbuild()
put =' )'
put ='\"'
put =''
+ put ='EPYTEST_PLUGINS=()'
put ='distutils_enable_tests pytest'
else
put ='DEPEND=\"\"'