No known key found for this signature in database
GPG key ID:
4AEE18F83AFDEB23
20 changed files with
11 additions and
57 deletions
|
|
|
|
@ -6,7 +6,6 @@ import boto3
|
|
|
|
|
from boto.exception import EC2ResponseError
|
|
|
|
|
from botocore.exceptions import ClientError
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
import sure # noqa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto3
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|
|
|
|
import boto
|
|
|
|
|
import boto3
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
import sure # noqa
|
|
|
|
|
from boto.exception import EC2ResponseError
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto3
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import time
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
from botocore.exceptions import ClientError
|
|
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import re
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
|
|
|
|
import copy
|
|
|
|
|
import json
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
import boto3
|
|
|
|
|
|
|
|
|
|
@ -6,7 +6,6 @@ import boto
|
|
|
|
|
import boto3
|
|
|
|
|
import boto.vpc
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
import sure # noqa
|
|
|
|
|
from boto.exception import EC2ResponseError
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
from moto.ec2.exceptions import EC2ClientError
|
|
|
|
|
from botocore.exceptions import ClientError
|
|
|
|
|
|
|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
|
|
# Ensure 'pytest.raises' context manager support for Python 2.6
|
|
|
|
|
import pytest
|
|
|
|
|
from moto.ec2.exceptions import EC2ClientError
|
|
|
|
|
from botocore.exceptions import ClientError
|
|
|
|
|
|