]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Oct 2020 01:59:12 +0000 (18:59 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 01:59:12 +0000 (18:59 -0700)
(cherry picked from commit 6a48518e8dac3521ff387ee67cdf33783114a257)

Co-authored-by: Ned Deily <nad@python.org>
Lib/test/test_site.py

index b95c108771d8cbc0e6b02146574ad99b5ee4b111..6b3dba0f0a290e32d7fa8fe42e45be96cec85241 100644 (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):