aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/02_test_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02_test_import.py')
-rw-r--r--tests/02_test_import.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/02_test_import.py b/tests/02_test_import.py
index 33628ea7..f1e93c97 100644
--- a/tests/02_test_import.py
+++ b/tests/02_test_import.py
@@ -46,10 +46,6 @@ class TestUnpack:
if not os.getenv("GBP_TESTS_NOCLEAN"):
shutil.rmtree(self.dir)
- def test_unpack(self):
- for (comp, archive) in self.archives.iteritems():
- gbp.deb.unpack_orig(archive[0], ".", [])
-
def test_upstream_source_type(self):
for (comp, archive) in self.archives.iteritems():
source = gbp.deb.UpstreamSource(archive[0])