bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
This commit is contained in:
parent
f2bd04f689
commit
6a48518e8d
|
@ -516,8 +516,6 @@ class ImportSideEffectTests(unittest.TestCase):
|
|||
|
||||
@test.support.requires_resource('network')
|
||||
@test.support.system_must_validate_cert
|
||||
@unittest.skipUnless(sys.version_info[3] == 'final',
|
||||
'only for released versions')
|
||||
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
|
||||
'need SSL support to download license')
|
||||
def test_license_exists_at_url(self):
|
||||
|
|
Loading…
Reference in New Issue