openedx-unsupported / edx-analytics-pipeline

GNU Affero General Public License v3.0
91 stars 116 forks source link

fix: Pin setuptools to last supporting Py 2.7 #861

Closed bmedx closed 3 years ago

bmedx commented 3 years ago

PyPI is deprecating non-SNI clients from connecting and downloading packages in a rolling blackout: https://github.com/pypa/pypi-support/issues/978

This seems to have hit us because we have a pinned version of setuptools that pre-dates the SNI implementation. This PR bumps setuptools to the last version supported in Py 2.7.

Analytics Pipeline Pull Request

Make sure that the following steps are done before merging:

codecov[bot] commented 3 years ago

Codecov Report

Merging #861 (48d3c1d) into master (6e046d1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #861   +/-   ##
=======================================
  Coverage   76.43%   76.43%           
=======================================
  Files         151      151           
  Lines       17170    17170           
=======================================
  Hits        13124    13124           
  Misses       4046     4046           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e046d1...48d3c1d. Read the comment docs.