Allow call_function_test to succeed depite testlib import.
This commit is contained in:
parent
118fe01be5
commit
bc801bc2ed
tests
|
@ -5,10 +5,9 @@ import sys
|
||||||
import unittest
|
import unittest
|
||||||
import urlparse
|
import urlparse
|
||||||
|
|
||||||
import mock
|
|
||||||
|
|
||||||
import mitogen.master
|
import mitogen.master
|
||||||
import docker
|
if mitogen.is_master: # TODO: shouldn't be necessary.
|
||||||
|
import docker
|
||||||
|
|
||||||
|
|
||||||
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
|
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data')
|
||||||
|
|
Loading…
Reference in New Issue