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

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

commit 16adb631958f0786e084763f5a920a43e0f26f27
Author:     Oz Tiram <oz.tiram@gmail.com>
AuthorDate: 2024-03-25 11:54:00 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-03-25 14:30:23 +0000

    app-admin/pwman3: remove 'distutils_enable_tests setup.py'
    
    Closes: https://bugs.gentoo.org/927511
    Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-admin/pwman3/pwman3-0.12.2.ebuild | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)