summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-26 21:10:34 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-26 22:12:29 +0100
commite10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8 (patch)
tree9986f430cc6cb33c6ff24b845e9a0c38000363a9
parentpython-utils-r1.eclass: Bump min Python versions (diff)
downloadgentoo-e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8.tar.gz
gentoo-e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8.tar.bz2
gentoo-e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8.zip
python-utils-r1.eclass: Disable tavern plugin in epytest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 2 insertions, 0 deletions
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