Bug 51696

Summary: migrate from setuptools' test command
Product: Sisyphus Reporter: Stanislav Levin <slev>
Component: python3-module-langdetectAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: aris
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Stanislav Levin 2024-10-11 17:35:40 MSK
`setup.py test` is deprecated since setuptools 41.5.0:                           
https://setuptools.pypa.io/en/latest/history.html#v41-5-0                        
                                                                                 
setuptools 72.0.0 removed support for deprecated `setup.py test` command:        
                                                                                 
https://setuptools.pypa.io/en/stable/history.html#v72-0-0                        
> The test command has been removed. Users relying on ‘setup.py test’ will need  
> to migrate to another test runner or pin setuptools before this version.       

                                                                                 
See for details:                                                                 
https://bugzilla.altlinux.org/50996
Comment 1 Repository Robot 2024-10-11 18:16:00 MSK
python3-module-langdetect-1.0.9-alt2 -> sisyphus:

 Fri Oct 11 2024 Yuri N. Sedunov <aris@altlinux> 1.0.9-alt2
 - switched build to %pyproject* macros (ALT #51696)
Comment 2 Stanislav Levin 2024-10-11 18:37:10 MSK
Thanks!