summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-11-04 17:49:11 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-11-04 17:49:11 +0700
commit14c1f75008508eb4575c619492db4ec804da9f4a (patch)
tree21b377035ab3aac3b163c2f40057bddfe2261369
parent3d151043a57335683175f3fb3305467f72c00eec (diff)
downloadpytz-14c1f75008508eb4575c619492db4ec804da9f4a.tar.gz
Remove redundant testrelease_2011n
-rw-r--r--src/pytz/tests/test_tzinfo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index 7578e4e..4f9df0b 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -765,9 +765,6 @@ class DstTzInfoTestCase(unittest.TestCase, BaseTzInfoTestCase):
tz = pytz.timezone('Australia/Melbourne')
tz_class = DstTzInfo
- def test_isDstTzInfo(self):
- self.assertTrue(isinstance(self.tz, DstTzInfo))
-
def test_suite():
suite = unittest.TestSuite()