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:
Haibo Lin 2019-12-06 16:31:57 +08:00
parent 3cf16eb42d
commit 0ed70fc8b6
52 changed files with 0 additions and 108 deletions

View file

@ -11,8 +11,6 @@ import sys
import tempfile
import shutil
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
from pungi.phases.image_checksum import ImageChecksumPhase, dump_checksums
from tests.helpers import DummyCompose, PungiTestCase