tests: drop sys.path modification
It's unnecessary to add the path manually. Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
3cf16eb42d
commit
0ed70fc8b6
52 changed files with 0 additions and 108 deletions
|
|
@ -7,8 +7,6 @@ import sys
|
|||
import six
|
||||
from six.moves.configparser import SafeConfigParser
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
from tests.helpers import PungiTestCase, FIXTURE_DIR, touch, mk_boom
|
||||
from pungi_utils import unified_isos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue