diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-22 20:46:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-22 21:14:42 +0200 |
commit | d383331bd93780571c7ba9443039d80c08fa35f6 (patch) | |
tree | b04a599429002b897efc434a9ab9878a330ae6da /eclass | |
parent | python-utils-r1.eclass: Disable pytest-plus by default (diff) | |
download | gentoo-d383331bd93780571c7ba9443039d80c08fa35f6.tar.gz gentoo-d383331bd93780571c7ba9443039d80c08fa35f6.tar.bz2 gentoo-d383331bd93780571c7ba9443039d80c08fa35f6.zip |
python-utils-r1.eclass: Disable pytest-describe by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index dc6645332703..4a538f9942f6 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1367,6 +1367,7 @@ epytest() { # and causing us to miss missing virtualx usage -p no:xvfb # intrusive packages that break random test suites + -p no:pytest-describe -p no:plus -p no:tavern ) |