mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
merge with 3.3
This commit is contained in:
commit
186729e812
6 changed files with 20 additions and 19 deletions
|
@ -412,6 +412,8 @@ class ImportSideEffectTests(unittest.TestCase):
|
|||
self.fail("sitecustomize not imported automatically")
|
||||
|
||||
@test.support.requires_resource('network')
|
||||
@unittest.skipUnless(sys.version_info[3] == 'final',
|
||||
'only for released versions')
|
||||
def test_license_exists_at_url(self):
|
||||
# This test is a bit fragile since it depends on the format of the
|
||||
# string displayed by license in the absence of a LICENSE file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue