From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 14 Oct 2020 01:59:41 +0000 (-0700) Subject: bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) X-Git-Tag: v3.9.1rc1~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=881a13cad534cf3fe4474579c22235a15d3ba27b;p=thirdparty%2FPython%2Fcpython.git bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688) (cherry picked from commit 6a48518e8dac3521ff387ee67cdf33783114a257) Co-authored-by: Ned Deily --- diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py index ece6a0728063..ffba139dbead 100644 --- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -500,8 +500,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):