diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 39126 -> 39128 bytes | |||
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex d3ca69a812f1..379143afc7e4 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 50aeabae1c17..4a538f9942f6 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1366,7 +1366,9 @@ 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:pytest-describe + -p no:plus -p no:tavern ) local x |