aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-08-25 18:32:27 +0200
committerGuido Günther <agx@sigxcpu.org>2020-08-25 18:32:27 +0200
commitc09d629d284152be08ac8ed99f1be5f3c3ab9822 (patch)
treed5533389f672e1469cdae640d234bf30a1b7cce0
parent504dda38c894d7a2cf94fe61a4618a7fd0f634b6 (diff)
test_import_orig: Drop unused variable
This makes flake8 happy
-rw-r--r--tests/component/deb/test_import_orig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/deb/test_import_orig.py b/tests/component/deb/test_import_orig.py
index 48079249..de1aa2e6 100644
--- a/tests/component/deb/test_import_orig.py
+++ b/tests/component/deb/test_import_orig.py
@@ -557,7 +557,7 @@ class TestImportOrig(ComponentTestBase):
Test that the expected environment variables are set during
postunpack hook.
"""
- repo = ComponentTestGitRepository.create(self.pkg)
+ ComponentTestGitRepository.create(self.pkg)
os.chdir(self.pkg)
orig = self._orig('2.8')
ok_(import_orig(['arg0',