projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504dda3
)
test_import_orig: Drop unused variable
author
Guido Günther
<agx@sigxcpu.org>
Tue, 25 Aug 2020 16:32:27 +0000
(18:32 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Tue, 25 Aug 2020 16:32:27 +0000
(18:32 +0200)
This makes flake8 happy
tests/component/deb/test_import_orig.py
patch
|
blob
|
history
diff --git
a/tests/component/deb/test_import_orig.py
b/tests/component/deb/test_import_orig.py
index 480792491c27aa7fe849f576166ec06641d33d74..de1aa2e623385d552bcdf721ce8533f6b3a226d8 100644
(file)
--- 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',