borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11k stars 739 forks source link

msys2: disable SETUPTOOLS_USE_DISTUTILS=stdlib hack #8395

Closed ThomasWaldmann closed 1 week ago

ThomasWaldmann commented 1 week ago

The msys2 changelog says it is only needed for setuptools < 70.2.0:

https://www.msys2.org/docs/python/#known-issues

https://setuptools.pypa.io/en/stable/history.html#v70-2-0

See also TODO in #8381.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.58%. Comparing base (2a20ebe) to head (4c1a0b1). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8395 +/- ## ======================================= Coverage 81.57% 81.58% ======================================= Files 70 70 Lines 12700 12700 Branches 2298 2298 ======================================= + Hits 10360 10361 +1 Misses 1688 1688 + Partials 652 651 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.