Merge pull request #2519 from yan12125/python38

Python 3.8 support
This commit is contained in:
Steve Pulec 2019-10-30 22:52:40 -05:00 committed by GitHub
commit 54c8a7dea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 111 additions and 110 deletions

View file

@ -1,6 +1,6 @@
from __future__ import unicode_literals
# Ensure 'assert_raises' context manager support for Python 2.6
import tests.backport_assert_raises # flake8: noqa
import tests.backport_assert_raises # noqa
from nose.tools import assert_raises
from moto.ec2.exceptions import EC2ClientError
from botocore.exceptions import ClientError