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:
parent
76b1913daf
commit
8b4642d328
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue