Merge pull request #5598 from carlwgeorge/mock-import-fix

Use mock compatibility import
This commit is contained in:
Joffrey F 2018-01-23 09:55:13 -08:00 committed by GitHub
commit f679f77555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,9 +2,9 @@ from __future__ import absolute_import
from __future__ import unicode_literals
import docker
import mock
import pytest
from .. import mock
from compose import bundle
from compose import service
from compose.cli.errors import UserError