aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/15_test_DebianSource.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-27 19:59:32 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-27 22:49:52 +0100
commita12c5960232fc10996324d3204bd468cb80ec76b (patch)
tree6a5391c3e11bc8b2439ada78686427dedce78d5c /tests/15_test_DebianSource.py
parente96ae7b4dcea85a9230a8889e2f3affb06207bf1 (diff)
DebianSource: document toplevel requirement
Gbp-Dch: Ignore
Diffstat (limited to 'tests/15_test_DebianSource.py')
-rw-r--r--tests/15_test_DebianSource.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/15_test_DebianSource.py b/tests/15_test_DebianSource.py
index f7f333b6..efc38b4f 100644
--- a/tests/15_test_DebianSource.py
+++ b/tests/15_test_DebianSource.py
@@ -86,7 +86,6 @@ class TestDebianSource(testutils.DebianGitTestRepo):
self.assertFalse(source.is_native())
def test_is_releasable(self):
- source = DebianSource('.')
os.makedirs('debian/')
with open('debian/changelog', 'w') as f:
f.write("""git-buildpackage (0.2.3) unstable; urgency=low
@@ -100,7 +99,6 @@ class TestDebianSource(testutils.DebianGitTestRepo):
self.assertTrue(source.is_releasable())
def test_is_not_releasable(self):
- source = DebianSource('.')
os.makedirs('debian/')
with open('debian/changelog', 'w') as f:
f.write("""git-buildpackage (0.2.3) UNRELEASED; urgency=low