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