Kaydet (Commit) e575148c authored tarafından doko@ubuntu.com's avatar doko@ubuntu.com

- Issue #20070: Don't run test_urllib2net when network resources are not

  enabled.
üst bb4b7c12
......@@ -14,6 +14,8 @@ try:
except ImportError:
ssl = None
support.requires("network")
TIMEOUT = 60 # seconds
......@@ -339,5 +341,4 @@ class TimeoutTest(unittest.TestCase):
if __name__ == "__main__":
support.requires("network")
unittest.main()
......@@ -253,6 +253,9 @@ IDLE
Tests
-----
- Issue #20070: Don't run test_urllib2net when network resources are not
enabled.
- Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
disabled since 3.0 due to the changes in listcomp handling.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment