From e712ffa26c7d46cc2ef83f4816016bc68cd51a3a Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 3 Sep 2013 08:57:51 -0400 Subject: testsuite: removed obsolete can_skip variable This was needed when we implemented skipping ourselves in a hackish way; with unittest2, skipping is implemented correctly, so tests can always be skipped --- testsuite/common.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'testsuite/common.py') diff --git a/testsuite/common.py b/testsuite/common.py index c59444fad..04c446f67 100644 --- a/testsuite/common.py +++ b/testsuite/common.py @@ -112,9 +112,6 @@ else: return codecs.unicode_escape_decode(s)[0] -can_skip = True - - class Bcfg2TestCase(TestCase): """ Base TestCase class that inherits from :class:`unittest.TestCase`. This class adds -- cgit v1.2.3-1-g7c22