Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 26 Nov 2022 21:12:37
Message-Id: 1669497149.e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8.mgorny@gentoo
1 commit: e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 20:10:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 21:12:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10be6b1
7
8 python-utils-r1.eclass: Disable tavern plugin in epytest
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-utils-r1.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
16 index 09b9861b8fd4..c0099fa756ad 100644
17 --- a/eclass/python-utils-r1.eclass
18 +++ b/eclass/python-utils-r1.eclass
19 @@ -1339,6 +1339,8 @@ epytest() {
20 # not to have DISPLAY at all, causing crashes sometimes
21 # and causing us to miss missing virtualx usage
22 -p no:xvfb
23 + # tavern is intrusive and breaks test suites of various packages
24 + -p no:tavern
25 )
26 local x
27 for x in "${EPYTEST_DESELECT[@]}"; do