diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-30 21:18:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-30 21:18:30 +0100 |
commit | 0268e95ec5f1b5a4c10e313f55e531323032d9cf (patch) | |
tree | c443ff6268325a04212c17bcc718c5324237a930 /dev-python/moto | |
parent | app-arch/patool: Stabilize 1.14.1 amd64, #918906 (diff) | |
download | gentoo-0268e95ec5f1b5a4c10e313f55e531323032d9cf.tar.gz gentoo-0268e95ec5f1b5a4c10e313f55e531323032d9cf.tar.bz2 gentoo-0268e95ec5f1b5a4c10e313f55e531323032d9cf.zip |
dev-python/moto: Mark more serial tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-4.2.10.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/moto/moto-4.2.10.ebuild b/dev-python/moto/moto-4.2.10.ebuild index bdf5d5daf850..56dce3cc089f 100644 --- a/dev-python/moto/moto-4.2.10.ebuild +++ b/dev-python/moto/moto-4.2.10.ebuild @@ -111,6 +111,8 @@ python_test() { # these tests apparently rely on some other test setting credentials # up for them, so they need to be run separately, after the above tests/test_dynamodb/exceptions/test_dynamodb_exceptions.py + tests/test_dynamodb/test_dynamodb.py::test_transact_write_items_put_conditional_expressions + tests/test_dynamodb/test_dynamodb.py::test_transact_write_items_failure__return_item tests/test_lakeformation/test_resource_tags_integration.py tests/test_redshiftdata tests/test_resourcegroupstaggingapi/test_server.py::test_resourcegroupstaggingapi_list |