File dockpyTest_pathAdd.patch of Package python-docker-py
--- tests/test.py.orig +++ tests/test.py @@ -25,6 +25,8 @@ import tempfile import unittest import gzip +sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/..') + import docker import requests import six