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

(cherry picked from commit 6a48518e8d)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Skeleton (bot) 2020-10-13 18:59:12 -07:00 committed by GitHub
parent 76b1913daf
commit 8b4642d328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -492,8 +492,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):