File dockpyTest_pathAdd.patch of Package python-docker-py.1118
Index: tests/test.py =================================================================== --- tests/test.py.orig +++ tests/test.py @@ -31,6 +31,8 @@ import unittest import warnings import random +sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/..') + import docker import requests import six