Skip to content

Pin setuptools<81 in test extras to unblock CI#1836

Merged
alejoe91 merged 1 commit intoNeuralEnsemble:masterfrom
h-mayorquin:fix_kusta_ci
Apr 21, 2026
Merged

Pin setuptools<81 in test extras to unblock CI#1836
alejoe91 merged 1 commit intoNeuralEnsemble:masterfrom
h-mayorquin:fix_kusta_ci

Conversation

@h-mayorquin
Copy link
Copy Markdown
Contributor

NeoIoTest has been failing on every recent PR (for example #1831, #1832, #1833, and older untouched branches like #1694) with ModuleNotFoundError: No module named 'pkg_resources' from neo/test/iotest/test_kwikio.py. The error originates inside klusta, which still does import pkg_resources at module load time. pkg_resources is no longer bundled with setuptools>=81, so the import fails. This PR adds setuptools<81 to the test optional-dependencies group as an immediate workaround.

@h-mayorquin h-mayorquin self-assigned this Apr 20, 2026
@alejoe91 alejoe91 merged commit a0ee158 into NeuralEnsemble:master Apr 21, 2026
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants