commit:     a84ea0ce2a9e830132fa8011aad8e1ceef713e0a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 09:12:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 09:14:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84ea0ce

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

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/moto/moto-5.1.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-5.1.2.ebuild 
b/dev-python/moto/moto-5.1.2.ebuild
index c89eeacc64ff..e971a45943a4 100644
--- a/dev-python/moto/moto-5.1.2.ebuild
+++ b/dev-python/moto/moto-5.1.2.ebuild
@@ -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' \

Reply via email to