abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Removes import dependency on distutils #120

Closed CurroRodriguez closed 3 months ago

CurroRodriguez commented 3 months ago

The distutils module, which has been deprecated, was imported when the application executed, causing it to crash in Python 3.12 because distutils is no longer provided. As a temporary fix, I import the module when the setup task is used and executed, which will require setuptools to be installed, and distutils is included then.

github-actions[bot] commented 3 months ago

Code Coverage

Package Line Rate Health
. 86%
tasks 83%
utils 81%
Summary 84% (572 / 678)

Minimum allowed line rate is 75%

github-actions[bot] commented 3 months ago

Code Coverage

Package Line Rate Health
. 87%
tasks 83%
utils 81%
Summary 85% (583 / 688)

Minimum allowed line rate is 75%