Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927515

Summary: app-portage/mirrorselect: still uses 'distutils_enable_tests setup.py'
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 927512    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-22 13:21:41 UTC
`distutils_enable_tests setup.py` is deprecated and going to be removed from the eclass (following upstream deprecation of the same thing).  Please switch to some other unittest provider, e.g. `unittest` or `pytest`.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-25 00:31:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b731eae0859713f575e0d35b0abc649ea02ca8

commit e8b731eae0859713f575e0d35b0abc649ea02ca8
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2024-03-25 00:30:33 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2024-03-25 00:31:06 +0000

    app-portage/mirrorselect: Switch to unittest framework
    
    Closes: https://bugs.gentoo.org/927515
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-portage/mirrorselect/mirrorselect-2.4.0.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)