Remove unneeded wrapping of imports
Remove the path injection being added by the helper module which was a carry over from when the tests where executed directly via Makefile. Change-Id: I435f039d75fdf55b295060656d071b011190973d
This commit is contained in:
parent
60ba8a2156
commit
edf33b3139
@ -1,5 +0,0 @@
|
|||||||
import os
|
|
||||||
import sys
|
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
|
||||||
|
|
||||||
import jenkins # noqa
|
|
@ -11,7 +11,7 @@ import six
|
|||||||
from six.moves.urllib.error import HTTPError
|
from six.moves.urllib.error import HTTPError
|
||||||
from six.moves.urllib.request import build_opener
|
from six.moves.urllib.request import build_opener
|
||||||
|
|
||||||
from tests.helper import jenkins
|
import jenkins
|
||||||
|
|
||||||
|
|
||||||
def get_mock_urlopen_return_value(a_dict=None):
|
def get_mock_urlopen_return_value(a_dict=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user