commit | 1f70221b861a3714735251d57695b2f472d0599b | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Tue Dec 10 14:09:20 2013 -0600 |
committer | Zachary Ware <zachary.ware@gmail.com> | Tue Dec 10 14:09:20 2013 -0600 |
tree | 945cd43b04b6351e71c23aa0cb19f6fab1f3ddda | |
parent | 284164b47638e4e71a933ce136a33fdd352f7bac [diff] [blame] |
Issue #19572: More silently skipped tests explicitly skipped.
diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py index 75a24ea..74594e4 100755 --- a/Lib/test/test_array.py +++ b/Lib/test/test_array.py
@@ -754,7 +754,7 @@ try: import gc except ImportError: - return + self.skipTest('gc module not available') a = array.array(self.typecode) l = [iter(a)] l.append(l)