mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user