Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with setuptools 72.0 #94

Open
Roman513 opened this issue Jul 29, 2024 · 1 comment · May be fixed by #95
Open

Incompatible with setuptools 72.0 #94

Roman513 opened this issue Jul 29, 2024 · 1 comment · May be fixed by #95

Comments

@Roman513
Copy link

Hello! Setuptools removes previously deprecated test command, see https://setuptools.pypa.io/en/stable/history.html#v72-0-0 and pypa/setuptools#931
With a new version of setuptools installation fails with ModuleNotFoundError: No module named 'setuptools.command.test'

@Roman513 Roman513 linked a pull request Jul 29, 2024 that will close this issue
@Roman513
Copy link
Author

Roman513 commented Jul 29, 2024

Currently, v72.0.0 of setuptools is yanked and package is installable with 72.1.0, but better to remove anyway - the new due date for removing is 15 Dec 2024, see pypa/setuptools#4522

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 a pull request may close this issue.

1 participant