bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)

This commit is contained in:
Ned Deily 2020-10-13 21:38:56 -04:00 committed by GitHub
parent f2bd04f689
commit 6a48518e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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):