mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows.
This commit is contained in:
parent
e3944a5e1e
commit
42a40c59a0
7 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
import dbm.gnu as gdbm
|
||||
from test import support
|
||||
gdbm = support.import_module("dbm.gnu") #skip if not supported
|
||||
import unittest
|
||||
import os
|
||||
from test.support import verbose, TESTFN, run_unittest, unlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue