Skip to content

Commit 881a13c

Browse files
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
(cherry picked from commit 6a48518) Co-authored-by: Ned Deily <nad@python.org>
1 parent 270a2fb commit 881a13c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_site.py

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

501501
@test.support.requires_resource('network')
502502
@test.support.system_must_validate_cert
503-
@unittest.skipUnless(sys.version_info[3] == 'final',
504-
'only for released versions')
505503
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
506504
'need SSL support to download license')
507505
def test_license_exists_at_url(self):

0 commit comments

Comments
 (0)