diff --git a/dev-python/moto/moto-5.1.2.ebuild b/dev-python/moto/moto-5.1.2.ebuild index c89eeacc64ffc..e971a45943a4d 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' \