diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-19 19:41:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-22 21:14:41 +0200 |
commit | b35c6163b14dcb9553f908b07a8f6920769a7b38 (patch) | |
tree | 60f3646e2c6ba4cbc781728602c86c24ae6dd9c6 /eclass/python-utils-r1.eclass | |
parent | dev-python/tavern: Bump to 2.5.0 (diff) | |
download | gentoo-b35c6163b14dcb9553f908b07a8f6920769a7b38.tar.gz gentoo-b35c6163b14dcb9553f908b07a8f6920769a7b38.tar.bz2 gentoo-b35c6163b14dcb9553f908b07a8f6920769a7b38.zip |
python-utils-r1.eclass: Disable pytest-plus by default
Disable the intrusive dev-python/pytest-plus plugin by default as it
is breaking random test suites.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 50aeabae1c17..dc6645332703 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1366,7 +1366,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 + # intrusive packages that break random test suites + -p no:plus -p no:tavern ) local x |