From eb54fbb1f713f9ce93730080d554db262512affc Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 5 Oct 2020 10:40:26 -0400 Subject: [PATCH] bpo-41939: always enable test_site.test_license_exists_at_url --- Lib/test/test_site.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py index a475ed1ab4c469a..2e70880f56d1416 100644 --- a/Lib/test/test_site.py +++ b/Lib/test/test_site.py @@ -516,8 +516,6 @@ def test_sitecustomize_executed(self): @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):