refenv / cijoe

cijoe: tools for systems development and testing
http://cijoe.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

fix(resources): remove unused setuptools import #66

Closed karlowich closed 3 months ago

karlowich commented 5 months ago

This import is unused in the code - but it makes installing cijoe on MacOS more painful than it should be.

safl commented 4 months ago

This import is necessary due to its side effects, which is why it includes the 'noqa' annotation. Without this import, dynamic loading fails.

safl commented 3 months ago

Hmm, seems like I was wrong, so reopening.