diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/setuptools/setuptools-60.10.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-60.5.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-60.9.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-61.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-61.3.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-62.0.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/setuptools/setuptools-62.1.0.ebuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/setuptools/setuptools-60.10.0.ebuild b/dev-python/setuptools/setuptools-60.10.0.ebuild index db7fa6bd8eed..9b9401cf5cd4 100644 --- a/dev-python/setuptools/setuptools-60.10.0.ebuild +++ b/dev-python/setuptools/setuptools-60.10.0.ebuild @@ -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 diff --git a/dev-python/setuptools/setuptools-60.5.0.ebuild b/dev-python/setuptools/setuptools-60.5.0.ebuild index 86d902558886..dc855eb59064 100644 --- a/dev-python/setuptools/setuptools-60.5.0.ebuild +++ b/dev-python/setuptools/setuptools-60.5.0.ebuild @@ -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=( diff --git a/dev-python/setuptools/setuptools-60.9.2.ebuild b/dev-python/setuptools/setuptools-60.9.2.ebuild index 771a1740a041..824ccd965cc4 100644 --- a/dev-python/setuptools/setuptools-60.9.2.ebuild +++ b/dev-python/setuptools/setuptools-60.9.2.ebuild @@ -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 diff --git a/dev-python/setuptools/setuptools-61.3.0.ebuild b/dev-python/setuptools/setuptools-61.3.0.ebuild index 1f21e4970f84..297662e04bc9 100644 --- a/dev-python/setuptools/setuptools-61.3.0.ebuild +++ b/dev-python/setuptools/setuptools-61.3.0.ebuild @@ -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 diff --git a/dev-python/setuptools/setuptools-61.3.1-r1.ebuild b/dev-python/setuptools/setuptools-61.3.1-r1.ebuild index add5da08ce1c..722c799e855f 100644 --- a/dev-python/setuptools/setuptools-61.3.1-r1.ebuild +++ b/dev-python/setuptools/setuptools-61.3.1-r1.ebuild @@ -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 diff --git a/dev-python/setuptools/setuptools-62.0.0.ebuild b/dev-python/setuptools/setuptools-62.0.0.ebuild index 0bcb480a73c4..c790346b25a3 100644 --- a/dev-python/setuptools/setuptools-62.0.0.ebuild +++ b/dev-python/setuptools/setuptools-62.0.0.ebuild @@ -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 diff --git a/dev-python/setuptools/setuptools-62.1.0.ebuild b/dev-python/setuptools/setuptools-62.1.0.ebuild index 6b7d4e64e2c0..812e47a1a262 100644 --- a/dev-python/setuptools/setuptools-62.1.0.ebuild +++ b/dev-python/setuptools/setuptools-62.1.0.ebuild @@ -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 |
