diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-26 21:10:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-26 22:12:29 +0100 |
commit | e10be6b1a3d7e04a1cb676d24159ffcba9e1c6d8 (patch) | |
tree | 9986f430cc6cb33c6ff24b845e9a0c38000363a9 /eclass/python-utils-r1.eclass | |
parent | python-utils-r1.eclass: Bump min Python versions (diff) | |
download | gentoo-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>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
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 |