[Piuparts-commits] [piuparts] 01/02: Don't test the current Debian release status
Holger Levsen
holger at layer-acht.org
Wed Aug 3 08:54:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 0dde1592207f12c0381dd5307dc1e880d3448482
Author: Stefano Rivera <stefano at rivera.za.net>
Date: Sat Jul 30 18:37:20 2016 -0400
Don't test the current Debian release status
Tracking that is distro-info-data's problem
Closes: #827411
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
tests/test_config.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/test_config.py b/tests/test_config.py
index 17b704c..f189861 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -17,9 +17,6 @@ class ConfStdDistroTests(unittest.TestCase):
self.experimental = 'experimental'
def testConfStdDistroNames(self):
- self.assertEqual(self.oldstable, 'wheezy')
- self.assertEqual(self.stable, 'jessie')
- self.assertEqual(self.testing, 'stretch')
self.assertEqual(self.unstable, 'sid')
self.assertEqual(self.experimental, 'experimental')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list