django-concurrency icon indicating copy to clipboard operation
django-concurrency copied to clipboard

setuptools v72.0.0 Removed TestCommand

Open hasan-ozkok opened this issue 1 year ago • 2 comments

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

hasan-ozkok avatar Jul 29 '24 06:07 hasan-ozkok

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

scorpp avatar Jul 29 '24 11:07 scorpp

solved 2.6.0

ozkokhasan avatar Oct 15 '24 10:10 ozkokhasan