We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211d4e4 commit bffdbffCopy full SHA for bffdbff
tests/integ/__init__.py
@@ -25,7 +25,7 @@
25
PYTHON_VERSION = 'py' + str(sys.version_info.major)
26
HOSTING_P2_UNAVAILABLE_REGIONS = ['ca-central-1', 'us-west-1', 'eu-west-2']
27
HOSTING_P3_UNAVAILABLE_REGIONS = ['ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'ca-central-1',
28
- 'us-west-1']
+ 'eu-west-2', 'us-west-1']
29
30
logging.getLogger('boto3').setLevel(logging.INFO)
31
logging.getLogger('botocore').setLevel(logging.INFO)
0 commit comments