diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-09 19:38:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-14 05:21:53 +0000 |
commit | 21f4a98581ee8f6266c57cb19ea8e7a33dfa81a6 (patch) | |
tree | 6f0021f4541b5cbc8417866754aa7e21b4406242 /eclass | |
parent | python-utils-r1.eclass: epytest, use NO_COLOR rather than NOCOLOR (diff) | |
download | gentoo-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.eclass | 2 |
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 |