commit:     e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 20:10:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 21:12:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10be6b1

python-utils-r1.eclass: Disable tavern plugin in epytest

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/python-utils-r1.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 09b9861b8fd4..c0099fa756ad 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1339,6 +1339,8 @@ epytest() {
                # not to have DISPLAY at all, causing crashes sometimes
                # and causing us to miss missing virtualx usage
                -p no:xvfb
+               # tavern is intrusive and breaks test suites of various packages
+               -p no:tavern
        )
        local x
        for x in "${EPYTEST_DESELECT[@]}"; do

Reply via email to