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
|
|
@ -12,8 +12,6 @@ import six
|
|||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
|
||||
|
||||
from pungi.module_util import Modulemd
|
||||
from pungi.phases import init
|
||||
from tests.helpers import DummyCompose, PungiTestCase, touch, mk_boom, fake_run_in_threads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue