dev-python/setuptools: Use return instead of continue

Closes: https://bugs.gentoo.org/839165
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-20 08:57:05 +02:00
parent 44a0649a24
commit 78cc9078a2
7 changed files with 7 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network

View File

@@ -66,7 +66,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
distutils_install_for_testing
local EPYTEST_DESELECT=(

View File

@@ -88,7 +88,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network

View File

@@ -100,7 +100,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network

View File

@@ -99,7 +99,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network

View File

@@ -99,7 +99,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network

View File

@@ -99,7 +99,7 @@ python_test() {
local -x SETUPTOOLS_USE_DISTUTILS=stdlib
# keep in sync with python_gen_cond_dep above!
has "${EPYTHON}" python3.{8..10} pypy3 || continue
has "${EPYTHON}" python3.{8..10} pypy3 || return
local EPYTEST_DESELECT=(
# network