mirror of
https://github.com/servo/servo.git
synced 2025-08-28 08:38:20 +01:00
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:
parent
b8c04b4bad
commit
17a5b9200d
3 changed files with 3 additions and 30 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue