summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-04 09:22:40 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-04 10:19:36 +0200
commit6ee12e27526550ea0940b8bd8c36f4005144b477 (patch)
tree117ec9fb435612813798ec0b96734f298410e37c /dev-python/boto3/boto3-9999.ebuild
parentdev-python/botocore: Bump to 1.25.6 (diff)
downloadgentoo-6ee12e27526550ea0940b8bd8c36f4005144b477.tar.gz
gentoo-6ee12e27526550ea0940b8bd8c36f4005144b477.tar.bz2
gentoo-6ee12e27526550ea0940b8bd8c36f4005144b477.zip
dev-python/boto3: Bump to 1.22.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3/boto3-9999.ebuild')
-rw-r--r--dev-python/boto3/boto3-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
index 23a4a6fecbae..fd6e0d8ebf01 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-9999.ebuild
@@ -61,6 +61,5 @@ python_prepare_all() {
}
python_test() {
- epytest tests/{functional,unit} \
- -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
+ epytest tests/{functional,unit} -n "$(makeopts_jobs)"
}