- Issue #20070: Don't run test_urllib2net when network resources are not
enabled.
This commit is contained in:
parent
bb4b7c12fa
commit
e575148cc2
@ -14,6 +14,8 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
ssl = None
|
ssl = None
|
||||||
|
|
||||||
|
support.requires("network")
|
||||||
|
|
||||||
TIMEOUT = 60 # seconds
|
TIMEOUT = 60 # seconds
|
||||||
|
|
||||||
|
|
||||||
@ -339,5 +341,4 @@ class TimeoutTest(unittest.TestCase):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
support.requires("network")
|
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
@ -253,6 +253,9 @@ IDLE
|
|||||||
Tests
|
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
|
- Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
|
||||||
disabled since 3.0 due to the changes in listcomp handling.
|
disabled since 3.0 due to the changes in listcomp handling.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user