Uh oh!
There was an error while loading. Please reload this page.
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## develop #1350 +/- ##
===========================================
+ Coverage 83.88% 84.14% +0.26%
===========================================
Files 38 38 Lines 5261 5260 -1 ===========================================
+ Hits 4413 4426 +13 + Misses 848 834 -14 ☔ View full report in Codecov by Sentry. |
PGijsbers
commented
Sep 13, 2024
There are unfortunately minor server issues after all. They didn't happen earlier in the week in a local test, currently don't have the internet connection bandwidth to track it down (travelling). But looking at the failures, they can't be related to the PR. |
eddiebergman
commented
Sep 16, 2024
Not super familiar with this domain of Python but from a quick read it seems mostly superficial in terms of changes and didn't spot anything off |
Closes#1349
Distutils is removed in Py3.12, so we have to rely on external packages.
packagingis already a dependency of one of our dependencies, so it doesn't add to the stack (though I made it implicit, in case the dependency chain gets broken at some point for some reason).