mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
The test requires the network resource
This commit is contained in:
parent
d058cd2cc8
commit
03d3abf375
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ class BasicTests(unittest.TestCase):
|
|||
raise last_exc
|
||||
|
||||
def test_978833(self):
|
||||
if not test_support.is_resource_enabled("network"):
|
||||
return
|
||||
if test_support.verbose:
|
||||
print "test_978833 ..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue