]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
authorNed Deily <nad@python.org>
Wed, 14 Oct 2020 01:38:56 +0000 (21:38 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 01:38:56 +0000 (21:38 -0400)
Lib/test/test_site.py

index a475ed1ab4c469a9ccb24487915c243e7c0aa49b..2e70880f56d1416d2c3f3f221e040532ef17f89f 100644 (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):