Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927514 - app-misc/khard: still uses 'distutils_enable_tests setup.py'
Summary: app-misc/khard: 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: Nils Freydank
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:20 UTC by Michał Górny
Modified: 2024-09-08 14:17 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:20:58 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-09-08 14:17:00 UTC
The bug has been closed via the following commit(s):

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

commit 4486a20586a69f01ca941235eb604e88bb4001ae
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-09-08 14:13:56 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-09-08 14:16:54 +0000

    app-misc/khard: Use unittest to run tests
    
    Closes: https://bugs.gentoo.org/927514
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-misc/khard/khard-0.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)