task: check.pep440 fails on importing pkg_resources
and then on running the actual task
#827
Labels
pkg_resources
and then on running the actual task
#827
Maintenance questions:
When reviewing #799, I noticed the task in
tasks/check.py
has been added 10 years ago and doesn't seem to be invoked in the CI envs. I'm not sure it's still needed.Issues: When invoked, it fails on missing
pkg_resources
(I use Python 3.12). When installing setuptools to the environment, another exception is raised after downloading 4-5 items.I don't have any need for this task, just raising the issue for visibility.
The text was updated successfully, but these errors were encountered: