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

setuptools v72.0.0 Removed TestCommand #251

Open
hasan-ozkok opened this issue Jul 29, 2024 · 2 comments
Open

setuptools v72.0.0 Removed TestCommand #251

hasan-ozkok opened this issue Jul 29, 2024 · 2 comments

Comments

@hasan-ozkok
Copy link

hasan-ozkok commented Jul 29, 2024

In latest version of the setuptools django-concurrency package can not be installed.
`ownloading django-concurrency-2.5.tar.gz (59 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-ty1p15fa/django-concurrency_c24557b5721d40af921893bd052d7ca4/setup.py", line 7, in
from setuptools.command.test import test as TestCommand
ModuleNotFoundError: No module named 'setuptools.command.test'
[end of output]`

 https://setuptools.pypa.io/en/stable/history.html#v72-0-0
@scorpp
Copy link

scorpp commented Jul 29, 2024

workaround options https://stackoverflow.com/a/78806669/679052

@ozkokhasan
Copy link

solved 2.6.0

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

No branches or pull requests

3 participants