Bug 1691818 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

CircleCI tests were failing on Windows because the CircleCI executor on Windows uses an old version of Miniconda which caused a conflict/error when installing one of the required packages (`certifi`).

This change removes some of the re-added packages that triggered some conflicts, as well as adds a way to dynamically generate requirements files in such a way that will improve consistency.

It also upgrades some of the moz-phab requirements (`glean-sdk` and `sentry-sdk`).
CircleCI tests were failing on Windows because the CircleCI executor on Windows uses an old version of Miniconda which caused a conflict/error when installing one of the required packages (`certifi`).

This change removes some of the re-added packages that triggered some conflicts, as well as adds a way to dynamically generate requirements files in such a way that will improve consistency.

Back to Bug 1691818 Comment 0