diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-11-28 13:46:04 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-29 04:20:42 +0000 |
commit | 0f42e84e22dbd5128f60781ea7b280c8d8e5df28 (patch) | |
tree | 0a76d863e7af1d92600dfcf4b918b917c9736996 /dev-python | |
parent | dev-python/pyproj: Stabilize 3.6.1 amd64, #916161 (diff) | |
download | gentoo-0f42e84e22dbd5128f60781ea7b280c8d8e5df28.tar.gz gentoo-0f42e84e22dbd5128f60781ea7b280c8d8e5df28.tar.bz2 gentoo-0f42e84e22dbd5128f60781ea7b280c8d8e5df28.zip |
dev-python/cfn-lint: run tests in serial
Closes: https://bugs.gentoo.org/918670
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cfn-lint/cfn-lint-0.83.1.ebuild | 9 | ||||
-rw-r--r-- | dev-python/cfn-lint/cfn-lint-0.83.2.ebuild | 9 | ||||
-rw-r--r-- | 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 03a12fde0945..fc685e04e4fa 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 787cd17c5e65..cb9d73f6e9d8 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 787cd17c5e65..cb9d73f6e9d8 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 } |