diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:05:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:07:10 +0100 |
commit | a1bed557ce34a651bbc38060c1628cf698f75740 (patch) | |
tree | 6e9b2a08e62c733c627a7a567609bba76cb38840 /dev-python/moto | |
parent | sys-fs/udev: fix build with linux-headers-5.15 (diff) | |
download | gentoo-a1bed557ce34a651bbc38060c1628cf698f75740.tar.gz gentoo-a1bed557ce34a651bbc38060c1628cf698f75740.tar.bz2 gentoo-a1bed557ce34a651bbc38060c1628cf698f75740.zip |
dev-python/moto: Deselect more docker-based tests
Closes: https://bugs.gentoo.org/823644
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-2.2.14.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/moto/moto-2.2.14.ebuild b/dev-python/moto/moto-2.2.14.ebuild index 90b1a6e1227e..7c4b8e8a3d1b 100644 --- a/dev-python/moto/moto-2.2.14.ebuild +++ b/dev-python/moto/moto-2.2.14.ebuild @@ -75,6 +75,8 @@ python_test() { tests/test_batch/test_batch_jobs.py::test_cancel_running_job tests/test_batch/test_batch_jobs.py::test_dependencies tests/test_batch/test_batch_jobs.py::test_container_overrides + tests/test_cloudformation/test_cloudformation_custom_resources.py::test_create_custom_lambda_resource__verify_cfnresponse_failed + tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception ) |