Skip to content

Commit 6a48518

Browse files
authored
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
1 parent f2bd04f commit 6a48518

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎Lib/test/test_site.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ def test_sitecustomize_executed(self):
516516

517517
@test.support.requires_resource('network')
518518
@test.support.system_must_validate_cert
519-
@unittest.skipUnless(sys.version_info[3] == 'final',
520-
'only for released versions')
521519
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
522520
'need SSL support to download license')
523521
def test_license_exists_at_url(self):

0 commit comments

Comments
 (0)