Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927515 - app-portage/mirrorselect: still uses 'distutils_enable_tests setup.py'
Summary: app-portage/mirrorselect: still uses 'distutils_enable_tests setup.py'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:21 UTC by Michał Górny
Modified: 2024-03-25 00:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)