dev-python/moto: Set AWS_DEFAULT_REGION to fix a test

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-31 11:12:45 +02:00
parent aaaad59278
commit a84ea0ce2a

View File

@@ -87,8 +87,6 @@ python_test() {
tests/test_core/test_request_passthrough.py::test_passthrough_calls_for_wildcard_urls
tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
# TODO: region?
tests/test_resourcegroupstaggingapi/test_resourcegroupstaggingapi.py::test_get_tag_values_cloudfront
)
local EPYTEST_IGNORE=(
# require joserfc
@@ -109,6 +107,7 @@ python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
local -x TZ=UTC
local -x AWS_DEFAULT_REGION=us-east-1
rm -rf moto || die
epytest -m 'not network and not requires_docker' \