mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
Issue 19572: More silently skipped tests explicitly skipped.
This commit is contained in:
parent
774f909489
commit
9fe6d86709
34 changed files with 122 additions and 134 deletions
|
@ -946,7 +946,7 @@ class BaseTest:
|
|||
try:
|
||||
import gc
|
||||
except ImportError:
|
||||
return
|
||||
self.skipTest('gc module not available')
|
||||
a = array.array(self.typecode)
|
||||
l = [iter(a)]
|
||||
l.append(l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue