Skip to content

Commit bffdbff

Browse files
authored
skip p3 hosting tests in lhr (#542)
1 parent 211d4e4 commit bffdbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
PYTHON_VERSION = 'py' + str(sys.version_info.major)
2626
HOSTING_P2_UNAVAILABLE_REGIONS = ['ca-central-1', 'us-west-1', 'eu-west-2']
2727
HOSTING_P3_UNAVAILABLE_REGIONS = ['ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'ca-central-1',
28-
'us-west-1']
28+
'eu-west-2', 'us-west-1']
2929

3030
logging.getLogger('boto3').setLevel(logging.INFO)
3131
logging.getLogger('botocore').setLevel(logging.INFO)

0 commit comments

Comments
 (0)