summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-09 19:38:31 +0100
committerSam James <sam@gentoo.org>2023-12-14 05:21:53 +0000
commit21f4a98581ee8f6266c57cb19ea8e7a33dfa81a6 (patch)
tree6f0021f4541b5cbc8417866754aa7e21b4406242 /eclass
parentpython-utils-r1.eclass: epytest, use NO_COLOR rather than NOCOLOR (diff)
downloadgentoo-21f4a98581ee8f6266c57cb19ea8e7a33dfa81a6.tar.gz
gentoo-21f4a98581ee8f6266c57cb19ea8e7a33dfa81a6.tar.bz2
gentoo-21f4a98581ee8f6266c57cb19ea8e7a33dfa81a6.zip
python-utils-r1.eclass: Disable pytest-salt-factories by default
Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-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 da9cb820840f..188278f09212 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1382,6 +1382,8 @@ epytest() {
-p no:pytest-describe
-p no:plus
-p no:tavern
+ # does something to logging
+ -p no:salt-factories
)
fi