Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927530 - sys-process/glances: still uses 'distutils_enable_tests setup.py'
Summary: sys-process/glances: 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
Assignee: John Helmert III
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:27 UTC by Michał Górny
Modified: 2024-03-31 21:22 UTC (History)
1 user (show)

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:27:47 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-31 21:20:27 UTC
The bug has been referenced in the following commit(s):

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

commit 79d3a797c663ac615c346c6e593c098da267238f
Author:     John Helmert III <ajak@gentoo.org>
AuthorDate: 2024-03-31 19:59:20 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2024-03-31 21:20:05 +0000

    sys-process/glances: avoid distutils_enable_tests setup.py
    
    Bug: https://bugs.gentoo.org/927530
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 sys-process/glances/glances-3.3.0-r1.ebuild | 8 ++++++--
 sys-process/glances/glances-3.4.0.3.ebuild  | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2024-03-31 21:22:41 UTC
Oops, meant `Closes:`.