From 0f42e84e22dbd5128f60781ea7b280c8d8e5df28 Mon Sep 17 00:00:00 2001 From: Matoro Mahri Date: Tue, 28 Nov 2023 13:46:04 -0500 Subject: [PATCH] dev-python/cfn-lint: run tests in serial Closes: https://bugs.gentoo.org/918670 Signed-off-by: Matoro Mahri Signed-off-by: Sam James --- dev-python/cfn-lint/cfn-lint-0.83.1.ebuild | 9 ++------- dev-python/cfn-lint/cfn-lint-0.83.2.ebuild | 9 ++------- dev-python/cfn-lint/cfn-lint-0.83.3.ebuild | 9 ++------- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/dev-python/cfn-lint/cfn-lint-0.83.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.83.1.ebuild index 03a12fde09459..fc685e04e4faa 100644 --- a/dev-python/cfn-lint/cfn-lint-0.83.1.ebuild +++ b/dev-python/cfn-lint/cfn-lint-0.83.1.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 multiprocessing pypi +inherit distutils-r1 pypi DESCRIPTION="CloudFormation Linter" HOMEPAGE=" @@ -33,11 +33,6 @@ RDEPEND=" >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}] >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" distutils_enable_tests pytest @@ -66,5 +61,5 @@ python_test() { # from tox.ini local -x AWS_DEFAULT_REGION=us-east-1 local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p xdist -n "$(makeopts_jobs)" --dist=worksteal + epytest } diff --git a/dev-python/cfn-lint/cfn-lint-0.83.2.ebuild b/dev-python/cfn-lint/cfn-lint-0.83.2.ebuild index 787cd17c5e650..cb9d73f6e9d8b 100644 --- a/dev-python/cfn-lint/cfn-lint-0.83.2.ebuild +++ b/dev-python/cfn-lint/cfn-lint-0.83.2.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 multiprocessing pypi +inherit distutils-r1 pypi DESCRIPTION="CloudFormation Linter" HOMEPAGE=" @@ -33,11 +33,6 @@ RDEPEND=" >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}] >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" distutils_enable_tests pytest @@ -66,5 +61,5 @@ python_test() { # from tox.ini local -x AWS_DEFAULT_REGION=us-east-1 local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p xdist -n "$(makeopts_jobs)" --dist=worksteal + epytest } diff --git a/dev-python/cfn-lint/cfn-lint-0.83.3.ebuild b/dev-python/cfn-lint/cfn-lint-0.83.3.ebuild index 787cd17c5e650..cb9d73f6e9d8b 100644 --- a/dev-python/cfn-lint/cfn-lint-0.83.3.ebuild +++ b/dev-python/cfn-lint/cfn-lint-0.83.3.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 multiprocessing pypi +inherit distutils-r1 pypi DESCRIPTION="CloudFormation Linter" HOMEPAGE=" @@ -33,11 +33,6 @@ RDEPEND=" >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}] >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" distutils_enable_tests pytest @@ -66,5 +61,5 @@ python_test() { # from tox.ini local -x AWS_DEFAULT_REGION=us-east-1 local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p xdist -n "$(makeopts_jobs)" --dist=worksteal + epytest }