commit: dd5c20b17311a8ea86bac80172d97eaa441c9e5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 6 15:42:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 16:38:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c20b1
app-admin/awscli: Remove pytest --forked use
Apparently forking is no longer necessary for the tests to pass.
Yay because speedup!
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/awscli/awscli-1.29.40.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-admin/awscli/awscli-1.29.40.ebuild
b/app-admin/awscli/awscli-1.29.40.ebuild
index 612e893b5bef..27a1c5812eac 100644
--- a/app-admin/awscli/awscli-1.29.40.ebuild
+++ b/app-admin/awscli/awscli-1.29.40.ebuild
@@ -66,9 +66,7 @@ python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
# integration tests require AWS credentials and Internet access
- epytest tests/{functional,unit} \
- -p xdist -n "$(makeopts_jobs)" \
- -p pytest_forked --forked
+ epytest tests/{functional,unit} -p xdist -n "$(makeopts_jobs)"
}
python_install_all() {