Loading
Bug 1730712: Use local vendored `certifi` instead of WPT's r=ahal
Both of them are version `2018.4.16`, but our local one is vendored in a `pip`-compatible way (it includes a `.dist-info` directory). FWIW, we'll probably need to keep these two versions in-sync (CI should already be verifying this in the virtualenv-compatibility tests) because: * `certifi` is needed by `sentry-sdk`, a Mach-global dependency * Web platform tests should use the version of `certifi` that exists in the upstream `certifi` repo. These tests may operate in a context that includes Mach and its dependencies. Differential Revision: https://phabricator.services.mozilla.com/D126282