Skip to content

Commit 8b4642d

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 76b1913 commit 8b4642d

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
@@ -492,8 +492,6 @@ def test_sitecustomize_executed(self):
492492

493493
@test.support.requires_resource('network')
494494
@test.support.system_must_validate_cert
495-
@unittest.skipUnless(sys.version_info[3] == 'final',
496-
'only for released versions')
497495
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
498496
'need SSL support to download license')
499497
def test_license_exists_at_url(self):

0 commit comments

Comments
 (0)