Remove old code for out-of-date CA stores (#30031)

This code was written to handle both Python 2 (which we no longer
support) and old Windows CI machines that did not have up-to-date CA
stores. I think we can remove this now.
This commit is contained in:
Martin Robinson 2023-07-27 17:26:22 +02:00 committed by GitHub
parent b8c04b4bad
commit 17a5b9200d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 30 deletions

View file

@ -25,11 +25,6 @@ colorama == 0.3.7
boto3 == 1.26.127
PyGithub == 1.58.1
# Default root CAs on Windows CI do not trust CloudFront certificates,
# connecting to https://static.rust-lang.org would fail:
# https://github.com/servo/servo/pull/18942
certifi
# For Python3 compatibility
six == 1.15